April
Hello friends! So you want to have a simple and editable blog on your static site? Well, you've come to the right place.
24/01/2024
April
Hello friends! So you want to have a simple and editable blog on your static site? Well, you've come to the right place.
24/01/2024
April
To set up a blog like this one you will need a Google account and a bit of time.
24/01/2024
April
Step 1: Download the files for this project, please do not hotlink them
site.html blog.js style.css24/01/2024
April
Step 2: Create a google sheet, share it so anyone with the link can view it and then set it up as shown below
24/01/2024
April
Step 3: Copy the google sheet url and change "edit?usp=sharing" at the end of the link to "export?format=csv" then put your sheet link into the js file where it says "YOUR SHEET HERE"
24/01/2024
April
Step 4: Write some blog posts! You can add formatting to your text by using html and css e.g
<span style='color: pink; font-style: italic;'> transgender</span >
will display:
transgenderWhen writing formatted text just remember to use single quotes '' instead of double quotes ""
You may wanna check back up here every so often as there may be additional features!
24/01/2024
April
If anything doesnt work feel free to contact me! My discord is stupid#3005. If people want different styles I may make some more but for now its just this one, you can always edit the css yourself.
Many thanks to Ayano for providing both the idea and a bit of the code for this you can find her full comment widget this is based off of here
24/01/2024