Renamed Career to Timeline
This commit is contained in:
parent
67b264d2f9
commit
933d86cd8b
4 changed files with 24 additions and 19 deletions
27
_config.yml
27
_config.yml
|
|
@ -10,12 +10,24 @@ url: "https://panossakkos.github.io"
|
|||
|
||||
baseurl: /personal-jekyll-theme
|
||||
|
||||
# Google tracking id to track your visitors
|
||||
|
||||
google-tracking-id: "UA-35880426-4"
|
||||
|
||||
# Forces https everywhere in your website, except when you serve it locally
|
||||
# If you are not hosted on Github Pages, and your host doesn't support https
|
||||
# then you should disable it
|
||||
|
||||
force-https: True
|
||||
|
||||
# Sections shown in the index page
|
||||
|
||||
pages_list:
|
||||
About: 'about'
|
||||
Blog: 'latest-post'
|
||||
Timeline: 'timeline'
|
||||
Contact: 'contact'
|
||||
|
||||
#############
|
||||
# HTML Head #
|
||||
#############
|
||||
|
|
@ -112,24 +124,17 @@ social:
|
|||
|
||||
# Tread carefully if you want to change the variables below this point!
|
||||
|
||||
# Navigation bar links
|
||||
# Blog link in the blog and post pages will point to the blog.html#blog
|
||||
# In the default page it will point to the preview of the last post
|
||||
# Exclusion list from the generated _site
|
||||
|
||||
pages_list:
|
||||
About: 'about'
|
||||
Blog: 'latest-post'
|
||||
Career: 'career'
|
||||
Contact: 'contact'
|
||||
exclude: ["LICENSE", "README", "CONTRIBUTORS", "scripts"]
|
||||
|
||||
# Pagination path
|
||||
|
||||
paginate_path: "blog/page:num"
|
||||
|
||||
# Enable minification SASS
|
||||
|
||||
sass:
|
||||
style: compressed
|
||||
|
||||
# Exclusion list from the generated _site
|
||||
exclude: ["LICENSE", "README", "CONTRIBUTORS", "scripts"]
|
||||
|
||||
gems: [jekyll-paginate]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue