Skip to content

Commit 7ebbe60

Browse files
committed
Use Hashnoade as a blog engine
1 parent b0a6fe0 commit 7ebbe60

File tree

5 files changed

+7
-78
lines changed

5 files changed

+7
-78
lines changed

blog/.authors.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

blog/images/icon/rss.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

blog/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

blog/posts/2024-08-hello-world.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

mkdocs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ nav:
3030
- NMCP (New Maven Central Publishing): nmcp/README.md
3131
- Shadow: shadow/README.md
3232
- Hosting New Projects: docs/community/hosting.md
33-
- Blog:
34-
- blog/index.md
3533
- Participate:
3634
- Community Channels: docs/community/participate.md
3735
- GradleUp Team: docs/community/team.md
3836
- Hosting New Projects: docs/community/hosting.md
3937
- Contributing to the Website: ./CONTRIBUTING.md
4038
- Governance: docs/community/governance.md
4139
- Code of Conduct: org/CODE_OF_CONDUCT.md
40+
- Blog: https://blog.gradleup.com/
4241
- Resources:
4342
- Community Support: org/SUPPORT.md
4443
- Security Policy: org/SECURITY.md
@@ -47,7 +46,6 @@ nav:
4746
plugins:
4847
- search
4948
- autorefs
50-
- blog
5149
- macros
5250
- mkdocs-pdf
5351
- social
@@ -181,12 +179,15 @@ extra:
181179
- icon: fontawesome/brands/github
182180
link: https://github.com/GradleUp
183181
name: GitHub
184-
- icon: /fontawesome/solid/rss
185-
link: feed_rss_created.xml
186-
name: RSS
187182
- icon: fontawesome/brands/slack
188183
link: docs/community/participate.md#slack
189184
name: Slack
185+
- icon: /fontawesome/solid/blog
186+
link: https://blog.gradleup.com
187+
name: Blog
188+
- icon: /fontawesome/solid/rss
189+
link: https://blog.gradleup.com/rss.xml
190+
name: Blog - RSS
190191

191192
# analytics:
192193
# provider: google

0 commit comments

Comments
 (0)