Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Mar 21, 2019
1 parent 68d0d38 commit a1386d0
Show file tree
Hide file tree
Showing 34 changed files with 2,786 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "themes/hermit"]
path = themes/hermit
url = https://github.com/Track3/hermit.git
6 changes: 6 additions & 0 deletions archetypes/default.md
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

101 changes: 101 additions & 0 deletions config.toml
@@ -0,0 +1,101 @@
baseURL = "https://yanbo.me"
languageCode = "en-us"
title = "Saltbo"
theme = "hugo-nuo"
enableRobotsTXT = true
PygmentsCodeFences = true
canonifyurls = true

# Disqus Username
disqusShortname = "saltbo"

# Google Analytics UA number
googleAnalytics = "UA-133655531-1"

# Copyright of your post
copyright = "© This post is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License,please give source if you likes to quote or reproduce."

# Initial site menu, you can extend menu with content.
[[menu.main]]
name = "主页"
weight = 10
identifier = "home"
url = "/"

[[menu.main]]
name = "标签"
weight = 20
identifier = "tags"
url = "/tags/"

# Add your own params here
[params]
author = "saltbo"
bg = "images/grey-prism.svg"
avatar = "images/avatar.jpg"
seotitle = "Saltbo Blog"
subtitle = "Keep moving"
description = "A programer from feature."
paginate = 10

# Choose your social networks
email = "saltbo@foxmail.com"
github = "saltbo"
twitter = "yanbo1225"
# linkedin = "linkedin_username"
weibo = "bigbo1225"
# wechat= "images/qrcode.jpg" # Replace with your wechat qrcode image
# facebook = "facebook_username"
# google = "googlplus_id_number"
# instagram = "instagram_username"
# youtube = "youtube_username"
# vimeo = "vimeo_username"
# medium = "medium_username"
# quora = "quora_username"
# pinterest = "pinterest_username"
# dribbble = "dribbble_username"
# behance = "behance_username"
# jsfiddle = "jsfiddle_username"
# codepen = "codepen_username"
# zhihu = "zhihu_username"
# douban = "douban_username"
# bilibili = "bilibili_id_number"
# stackoverflow = "laozhu"
# codesandbox = "melaozhu"
# npm = "laozhu"
# reddit = "melaozhu"

# Overrid theme styles in this file
# customStyle = "styles/custom.scss"

# Changyan Comments (China Only)
changyan = false
changyanId = "cyt3toRiB"
changyanConf = "prod_0908b1cb9a581501753cce1ed074dbe3"

# Google Webmaster
# https://www.google.com/webmasters/
googleSiteVerification = "_moDmnnBNVLBN1rzNxyGUGdPHE20YgbmrtzLIbxaWFc"

# Bing Webmaster
# https://www.bing.com/toolbox/webmaster/
msValidate = "22596E34341DD1D17D6022C44647E587"

# Baidu Webmaster (China Only)
# https://zhanzhang.baidu.com/
# baiduSiteVerification = "MZ23SPxxfa"

# Sogou Webmaster (China Only)
# http://zhanzhang.sogou.com/
# sogouSiteVerification = "m2jktMQTZm"

# 360 Webmaster (China Only)
# http://zhanzhang.so.com/
# soSiteVerification = "b7ab3b4c2edbc856642004d1b8c27a91"

# Baidu Tongji (China Only)
# https://tongji.baidu.com/
# baiduTongji = "e21dc1e8a592188271b615159dc88af7"

# ICP Number (China Only)
# ICP = "苏ICP备16005986号-2"
3 changes: 3 additions & 0 deletions config.toml.default
@@ -0,0 +1,3 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
15 changes: 15 additions & 0 deletions content/about.md
@@ -0,0 +1,15 @@
---
title: "关于"
date: 2018-12-09T23:16:22+08:00
layout: "about"
menu: "main"
weight: 40

---

你好,我是闫勃(Saltbo),一只生活在帝都的猴儿。

我目前就职于得到(罗辑思维),资深工程师,欢迎任何能力出众的小伙伴加入我们。

我从11年开始做过两年Windows软件开发,13年开始使用PHP做网站开发。15年毕业后有幸加入罗辑思维从事电商相关开发工作,17年底开始转到基础架构组工作,主要负责APIGateway的开发与维护。

8 changes: 8 additions & 0 deletions content/links.md
@@ -0,0 +1,8 @@
---
title: "友接"
date: 2019-03-17
layout: 'links'
menu: 'main'
weight: 30
---

0 comments on commit a1386d0

Please sign in to comment.