/script-blog

This simple easy to modify shell script site generator which helps you to write blog. This theme is without any kind of JavaScript or any other kind of programming language.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Script Blog

Screenshort

This simple easy to modify shell script site generator which helps you to write blog. This theme is without any kind of JavaScript or any other kind of programming language. This theme only contain HTML, Shell, SCSS, and SCSS files. Easy to understand code and noob friendly. You only have to edit scriptblog.sh file and make markdown file in posts folder.

📕 Prerequisites

You have to install the markdown cli program in order to run the script.

sudo apt install markdown # Ubuntu and Debian

🔨 Running

  • Clone the repo
git clone https://github.com/FillyAgioro/script-blog.git
  • Go repo
cd script-blog
  • Make script executable
chmod a+x ./scriptblog.sh
  • Run the script
./scriptblog.sh

📁 Editing the theme

You only have to edit scriptblog.sh file. But if you want to customize it more then edit style.scss file.

Change the title and link of the website

If you want to change the title and link in the website then edit following code in scriptblog.sh.

name="Filly Agioro"
website="https://fillyagioro.vercel.app"
blog="https://fillyblog.vercel.app"

💄 Change the color of website

If you want to change the color of the website then edit following code in style.scss.

$brand-color: #00eab5;
$bg-color: black;
$font-color: white;

⬆️ To edit in advance level

If you want to edit it more then you have to know how write shell script and you have to know SASS or CSS.

❌ Don't want learn SASS

If you only know css then css file is in style.css. Also you have to edit color individually.

Note: Remember I have link style.min.css in HTML files you should also edit that.

✏️ How to write posts

You only have to make file in posts with .md. And write post in markdown.

🖼️ Add photos

Add you photos in photos folder. Like following code:

![Shell-Script](/posts/Shell-Script.md)

❗ Issus

The markdown cli program don't latest markdown syntax support like markdown table, strike-through, and few others.

You have to use real HTML for thous.

🏗️ Built With

🚸 Support

To support this project development please consider DONATING.

👥 Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.

✏️ Authors

See also the list of Contributors who participated in this project.

📄️ License

See the LICENSE file for details