-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy path_config.yml
61 lines (51 loc) · 1.66 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Logo
logo_image_source: http://www.codeblocq.com/assets/projects/hexo-theme-anodyne/assets/anodyne.svg
# Index Page
index_banner_text: Welcome to Anodyne
index_banner_text_secondary: Create Websites. Make Magic.
index_font_awesome_icon_css: fa fa-magic
# Header
menu:
Home: /
Archives: /archives
Tags: /tags
Categories: /categories
About: /about.html
Contact: /contact.html
# Post
default_post_title: Untitled
default_post_icon: fa-file-text-o
# Archive Date Format
archive_date_format: MMM YYYY
archive_font_awesome_icon_css: fa-folder-open
# About Widget
about_widget_avatar_url: http://tachyons.io/img/avatar_1.jpg
about_widget_text: "My name is Jonathan Klughertz and this is my blog.<br>I am a full stack software engineer with a strong front-end focus.<br> I currently live and work in Singapore, hit me up if you are in the region."
# Comments.
comments:
# Disqus comments
disqus_shortname:
# Google Analytics Tracking ID
google_analytics:
# Social Media Platforms
social_platforms:
- url: https://twitter.com/?lang=en
fa_icon: fa-twitter
- url: https://www.facebook.com/
fa_icon: fa-facebook
- url: https://dribbble.com/
fa_icon: fa-dribbble
- url: https://github.com/klugjo/hexo-theme-anodyne
fa_icon: fa-github
- url: https://plus.google.com/
fa_icon: fa-google-plus
- url: https://www.behance.net/
fa_icon: fa-behance
- url: https://500px.com/
fa_icon: fa-500px
- url: mailto:test@example.com
fa_icon: fa-envelope
- url: /#
fa_icon: fa-rss
# Footer about
footer_about: "@Untitled. All right reserved | Design & Hexo <a class=\"link dim white\" href=\"http://www.codeblocq.com/\">Jonathan Klughertz</a>"