Skip to content

Commit

Permalink
feat: html (#2)
Browse files Browse the repository at this point in the history
* feat: html

* fix: checkout submodules

* feat: new theme

* fix: remove cactus
  • Loading branch information
rswanson authored Apr 18, 2024
1 parent deea349 commit f00a3cd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Hugo CLI
run: |
sudo snap install hugo
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
init4/public
init4/resources/*
init4/.hugo_build.lock
init4/dist
.DS_Store
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "init4/themes/papermod"]
path = init4/themes/papermod
url = https://github.com/adityatelange/hugo-PaperMod.git
2 changes: 1 addition & 1 deletion init4/content/posts/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = 'About'
date = 2024-04-15T18:54:42-06:00
draft = true
draft = false
+++

![networking](/networking.png)
Expand Down
1 change: 0 additions & 1 deletion init4/themes/cactus
Submodule cactus deleted from 801e99
1 change: 1 addition & 0 deletions init4/themes/papermod
Submodule papermod added at aa7905

0 comments on commit f00a3cd

Please sign in to comment.