代码拉取完成,页面将自动刷新
同步操作将从 linuxkerneltravel/website 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
baseurl = "http://kerneltravel.net/"
title = "Linux内核之旅"
theme = "hugo-universal-theme"
themesDir = "./themes/"
languageCode = "zh"
hasCJKLanguage = true
# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "zh"
pygmentsUseClasses = false
pygmentCodeFences = true
[Permalinks]
# blog = "/blog/:year/:month/:day/:filename/"
blog = "/blog/:year/:filename/"
# support html in markdown
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# Define the number of posts per page
paginate = 15
[menu]
# Main menu
[[menu.main]]
identifier="home"
name = "主页"
url = "/"
weight = 10
[[menu.main]]
identifier="blog"
name = "博客"
url = "/blog/"
weight = 20
[[menu.main]]
identifier = "github"
name = "github"
url = "https://github.com/linuxkerneltravel"
weight = 30
[[menu.main]]
identifier = "shipin"
name = "内核视频"
url = "https://next.xuetangx.com/course/XIYOU08091001441/1516763"
weight = 40
[[menu.main]]
identifier = "mooc"
name = "Linux内核分析与应用"
url = "https://next.xuetangx.com/course/XIYOU08091001441/1516763"
weight = 41
parent = "shipin"
[[menu.main]]
identifier = "movie"
name = "陈老师课堂"
url = "/movie/"
weight = 42
parent = "shipin"
[[menu.main]]
identifier = "video"
name = "分享内核视频"
url = "/video/"
weight = 43
parent = "shipin"
[[menu.main]]
identifier = "lecture"
name = "陈老师讲座"
url = "https://www.bilibili.com/video/BV1MC4y1Y78J"
weight = 44
parent = "shipin"
[[menu.main]]
identifier="project"
name = "社区项目"
url = "/project/"
weight = 50
[[menu.main]]
identifier = "experiment"
name = "实验楼"
url = "https://www.shiyanlou.com/courses/2610"
weight = 51
[[menu.main]]
identifier="magzeine"
name = "电子杂志"
url = "/magazine/"
weight = 60
[[menu.main]]
identifier="bookss"
name = "陈老师著作"
weight = 70
[[menu.main]]
identifier="book"
name = "开源书籍"
url = "/book/"
parent = "bookss"
weight = 71
[[menu.main]]
identifier="note"
name = "读书笔记"
url = "/note/"
parent = "bookss"
weight = 72
[[menu.main]]
identifier = "oldWeb"
name = "原网站"
url = "http://wwww.kerneltravel.net/"
weight = 90
[[menu.main]]
identifier = "contact"
name = "关于"
url = "/contact/"
weight = 100
# Top bar social links menu
[[menu.topbar]]
weight = 1
name = "GitHub"
url = "https://github.com/devcows/hugo-universal-theme"
pre = "<i class='fab fa-2x fa-github'></i>"
[[menu.topbar]]
weight = 2
name = "Facebook"
url = "http://facebook.com"
pre = "<i class='fab fa-2x fa-facebook'></i>"
[[menu.topbar]]
weight = 3
name = "Twitter"
url = "http://twitter.com"
pre = "<i class='fab fa-2x fa-twitter'></i>"
[[menu.topbar]]
weight = 4
name = "Email"
pre = "<i class='fas fa-2x fa-envelope'></i>"
[params]
viewMorePostLink = "/blog/"
author = "helight"
defaultKeywords = ["微服务", "kernel", "DevOps", "go"]
mainSections = ["blog"]
defaultDescription = "Linux内核之旅"
# Social media
facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')
twitter_site = "GoHugoIO" # the Twitter handle of your site (without the '@')
default_sharing_image = "img/sharing-default.png"
# Google Maps API key (if not set will default to not passing a key.)
# googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "default"
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
#
# Enable the contact form by entering your Formspree.io email
#email = "[email protected]"
#contact_form_ajax = false
about_us = "<p>邮箱:[email protected] <br> 请关注我们的微信公众号:Linux内核之旅</p> <br><p> <img src='/img/weixin.png' alt='Linux内核之旅微信公众号' width='128' height='128'></p>"
copyright = "Copyright (c), linuxkerneltravel, all rights reserved."
# Format dates with Go's time formatting
date_format = "2006年1月2日"
logo = "img/logo.png"
logo_small = "img/logo-small.png"
# Enable or disable top bar with social icons
[params.topbar]
enable = false
<p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
<a href="#" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
</p>
"""
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true
tags = true
search = false
[params.carousel]
enable = true
# All carousel items are defined in their own files. You can find example items
# at 'exampleSite/data/carousel'.
# For more informtion take a look at the README.
[params.features]
enable = false
# All features are defined in their own files. You can find example items
# at 'exampleSite/data/features'.
# For more informtion take a look at the README.
[params.testimonials]
enable = true
# All testimonials are defined in their own files. You can find example items
# at 'exampleSite/data/testimonials'.
# For more informtion take a look at the README.
title = "Linux内核之旅开源社区委员会"
subtitle = "Linux内核之旅致力于传播开源文化,教授和传播Linux内核知识。目前我们有五大平台,包括Linux内核之旅网站、GitHub、微信公众号“Linux内核之旅”、学堂在线mooc和bilibili内核视频站。以下为部分社区成员:"
[params.see_more]
enable = true
icon = "far fa-file-alt"
title = "和我一起学习Linux内核吧!"
subtitle = "你可以在我们的GitHub上提交你的代码,也可以给我们的代码打补丁,在学堂在线mooc平台《Linux内核分析与应用》课程中抛出你的问题,就有机会获得陈莉君教授的答疑。 "
link_url = "https://next.xuetangx.com/course/XIYOU08091001441/1516763"
link_text = "免费报名《Linux内核分析与应用》课程"
[params.clients]
enable = false
# All clients are defined in their own files. You can find example items
# at 'exampleSite/data/clients'.
# For more informtion take a look at the README.
title = "其他平台"
subtitle = ""
[params.recent_posts]
enable = true
title = "最新内核博客"
subtitle = ""
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。