-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Airscript
committed
Aug 9, 2022
1 parent
c06aac0
commit 25f9ecf
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# 🪶 blog.airscript.it | ||
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/Airscripts/blog.airscript.it/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Airscripts/blog.airscript.it/tree/main) [![Netlify Status](https://api.netlify.com/api/v1/badges/59826574-7ccb-4c30-a776-942044cf9520/deploy-status?branch=main)](https://app.netlify.com/sites/regal-sunshine-3cc2d8/deploys) | ||
|
||
This repository contains source code and content of my blog hosted on [blog.airscript.it](https://blog.airscript.it). | ||
|
||
## 📦 Installation | ||
1. Clone this repository: | ||
```bash | ||
git clone https://github.com/Airscripts/blog.airscript.it.git | ||
``` | ||
|
||
2. Update git submodules: | ||
```bash | ||
git submodule update --init --recursive | ||
``` | ||
|
||
3. Install Hugo following this [guide](https://gohugo.io/getting-started/installing/). | ||
|
||
4. Run the following command: | ||
```bash | ||
hugo server | ||
``` | ||
|
||
## 🤝 Contributing | ||
Contributions and suggestions about how to improve the blog are welcome! | ||
|
||
## 💚 Support | ||
If you want to support my work you can do it with the links below. | ||
Choose what you find more suitable for you: | ||
- [Support me on GitHub](https://github.com/sponsors/Airscripts) | ||
- [Support me via linktr.ee](https://linktr.ee/airscript) | ||
|
||
Thank you so much, it means a lot for me! | ||
|
||
## 💳 License | ||
This blog has dual-licensing. | ||
This means that for its source code [MIT License](https://github.com/Airscripts/blog.airscript.it/blob/main/LICENSE) applies and for blog posts [Creative Commons Attribution 4.0 International](https://github.com/Airscripts/blog.airscript.it/tree/main/content/LICENSE) is applied. |