Skip to content

Commit daf04a2

Browse files
committed
rename blog tutorial
1 parent 9ed4bf6 commit daf04a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sidebar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
},
484484
{
485485
"name": "Multi-user static blog with Nix",
486-
"slug": "40-multiuser-static-blog-with-nix"
486+
"slug": "40-build-host-company-blog-on-replit-with-hugo-nix"
487487
},
488488
{
489489
"name": "Pinboard project part 1: HTML & CSS",

tutorials/40-multiuser-static-blog-with-nix.md renamed to tutorials/40-build-host-company-blog-on-replit-with-hugo-nix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Run a multi-user static blog on Replit with Nix and Hugo
1+
# Build and host your company blog on Replit with Nix and Hugo
22

33
In this tutorial, we will detail how you can use Replit to write and publish a blog or website. This can be a solo endeavour or a group or company blog. We'll build on the versatile Nix repl, using a static site generator called [Hugo](https://gohugo.io/) to ensure our site is fast, secure and flexible. We'll also use some repl tricks which will allow us to develop and host our blog without ever leaving Replit.
44

0 commit comments

Comments
 (0)