1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-07-01 10:33:45 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
f76b5a069a
layouts: Improve usage of datetime
Use the date format from the config, and print it in a time tag.

See: https://golang.org/pkg/time/
2016-08-28 22:15:16 +03:00
8b7d70e3c0
Remove js libraries
I'm not actually using anything that needs jQuery or Bootstrap's
JS yet.
2016-08-28 22:11:45 +03:00
9d800f41c8
package.json: Add git repository 2016-08-28 20:54:53 +03:00
2f5826a5bf
theme.toml: Add real data 2016-08-28 20:52:52 +03:00
39f03b55aa
README.md: Add note that this is still a work in progress 2016-08-28 19:35:45 +03:00
c397c22d14
Add screenshot to README.md 2016-08-28 19:31:31 +03:00
a22912a253
package.json: Node version 4→6
Not that it matters for this project.
2016-08-28 19:01:18 +03:00
b8ea8f91f5
README.md: Adjust license text 2016-08-28 16:27:54 +03:00
14fb3277e2
Add initial .gitignore
Ignore the node_modules directory by default
2016-08-28 16:22:58 +03:00
2bb1d6ecc0
First commit with initial theme
Some file are empty (created by `hugo new theme`), but I've left
them for reference later.
2016-08-28 16:22:32 +03:00