We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40437c commit 55aed6fCopy full SHA for 55aed6f
.github/workflows/hugo.yml
@@ -32,7 +32,7 @@ jobs:
32
build:
33
runs-on: ubuntu-latest
34
env:
35
- HUGO_VERSION: 0.134.1
+ HUGO_VERSION: 0.148.2
36
steps:
37
- name: Install Hugo CLI
38
run: |
README.md
@@ -0,0 +1,8 @@
1
+Hand-crafted personal website, built with Hugo.
2
+
3
+- Extremely light-weight: plain html and css, optional js for preloading pages
4
+ on mouse hover.
5
+- Semantic html.
6
+- Content written in Markdown.
7
+- Builds fast.
8
+- (Trying to be) as accessible as possible.
0 commit comments