Skip to content

Commit

Permalink
feat: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Airscript committed Aug 9, 2022
1 parent c06aac0 commit 25f9ecf
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
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.

0 comments on commit 25f9ecf

Please sign in to comment.