Skip to content

Commit 95f2c68

Browse files
committed
add hugo + archie theme
1 parent 7b8cf3a commit 95f2c68

201 files changed

Lines changed: 63 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

archetypes/default.md

Lines changed: 6 additions & 0 deletions

config.toml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
baseURL = "https://dmkcode.com"
2+
languageCode = "en-gb"
3+
title = "DMKCode"
4+
theme="archie"
5+
copyright = "© DMKCode"
6+
# Code Highlight
7+
pygmentsstyle = "monokai"
8+
pygmentscodefences = true
9+
pygmentscodefencesguesssyntax = true
10+
11+
paginate=3 # articles per page
12+
13+
[params]
14+
mode="light" # color-mode → light,dark or auto
15+
featherIconsCDN=true
16+
subtitle = "Code, Thoughts, The Journey."
17+
18+
# Social Tags
19+
20+
[[params.social]]
21+
name = "GitHub"
22+
icon = "github"
23+
url = "https://github.com/dmkcode"
24+
25+
[[params.social]]
26+
name = "Twitter"
27+
icon = "twitter"
28+
url = "https://twitter.com/dmkcode/"
29+
30+
# Main menu Items
31+
32+
[[menu.main]]
33+
name = "Home"
34+
url = "/"
35+
weight = 1
36+
37+
[[menu.main]]
38+
name = "All posts"
39+
url = "/posts"
40+
weight = 2
41+
42+
[[menu.main]]
43+
name = "About"
44+
url = "/about"
45+
weight = 3
46+
47+
[[menu.main]]
48+
name = "Tags"
49+
url = "/tags"
50+
weight = 4

content/posts/my-first-post.md

Lines changed: 6 additions & 0 deletions

favicon.ico

12 KB
Binary file not shown.

images/favicons/favicon.ico

-14.7 KB
Binary file not shown.

2016/08/simple-timer-using-angular-2-and-rxjs/Simple_TImer_Part1.png renamed to pre-2020/2016/08/simple-timer-using-angular-2-and-rxjs/Simple_TImer_Part1.png

File renamed without changes.

2016/08/simple-timer-using-angular-2-and-rxjs/index.html renamed to pre-2020/2016/08/simple-timer-using-angular-2-and-rxjs/index.html

File renamed without changes.

2016/09/simple-timer-using-angular-2-and-rxjs-part-2/Simple_TImer_Part2.png renamed to pre-2020/2016/09/simple-timer-using-angular-2-and-rxjs-part-2/Simple_TImer_Part2.png

File renamed without changes.

2016/09/simple-timer-using-angular-2-and-rxjs-part-2/index.html renamed to pre-2020/2016/09/simple-timer-using-angular-2-and-rxjs-part-2/index.html

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)