-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy path_config.yml
64 lines (55 loc) · 2.16 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
62
63
64
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: jekyll-theme-hackcss
description: > # this means to ignore newlines until "baseurl:"
A minimalistic theme for Jekyll, based on hack.css
repository: https://github.com/wemake-services/jekyll-theme-hackcss
baseurl: /jekyll-theme-hackcss # the subpath of your site, e.g. /blog
url: https://wemake-services.github.io # the base hostname & protocol for your site
# Build settings
markdown: kramdown
# Sass settings
sass:
style: compressed
# Theme settings
theme_mode: markdown # choices are: 'dark', 'standard', 'markdown'
# Customizations
your_name: wemake.services
email: [email protected]
navigation:
- text: Home
url: /
- text: Docs
url: /docs
- text: Examples
url: /examples
projects:
- name: git-secret
description: A bash-tool to store your private data inside a git repository.
link: https://sobolevn.github.io/git-secret
image: https://github.com/sobolevn/git-secret/blob/7c9ae0b1853d4c15549027524121b9e40219fe47/images/git-secret-sm.png?raw=true
- name: awesome-cryptography
description: A curated list of cryptography resources and links.
link: https://github.com/sobolevn/awesome-cryptography
image: https://pbs.twimg.com/profile_images/751426570607271937/vGxpniun_400x400.jpg
- name: ecto_autoslug_field
description: Automatically creates slugs for your Ecto models.
link: https://github.com/sobolevn/ecto_autoslug_field
- name: django-split-settings
description: Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
link: https://github.com/sobolevn/django-split-settings
social:
- service: github
username: sobolevn
link: https://github.com/sobolevn
- service: twitter
username: sobolevn
link: https://twitter.com/sobolevn
# Plugins
gems:
- jekyll-seo-tag