Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
f8ad44f
feat: cleanup old files
trash07 Feb 22, 2026
551b3b1
feat: rename files
trash07 Feb 22, 2026
641f3b1
feat: update posts formats
trash07 Feb 22, 2026
258a703
feat: add gatsby files
trash07 Feb 22, 2026
eca3070
feat: prettier, husky
trash07 Feb 23, 2026
424b3ac
feat: install plugins and update pages
trash07 Feb 23, 2026
a01de24
feat: code format
trash07 Feb 23, 2026
3112f69
feat: init github actions
trash07 Feb 23, 2026
395c92a
feat: update actions
trash07 Feb 23, 2026
8462481
feat: update pull request actions
trash07 Feb 23, 2026
031389a
feat: reformat actions
trash07 Feb 23, 2026
98a9302
feat: build static site
trash07 Feb 23, 2026
049d2ac
feat: build static site
trash07 Feb 23, 2026
3317560
fix: add sample file
trash07 Feb 23, 2026
17569d2
feat: add npm cache
trash07 Feb 23, 2026
51a5fd7
feat: setup ansible
trash07 Feb 23, 2026
d7cddec
fix: host key checking
trash07 Feb 23, 2026
4312293
fix: disable host checking
trash07 Feb 23, 2026
7044447
feat: compress and save artifact
trash07 Feb 23, 2026
317fd5e
feat: compress and save artifact
trash07 Feb 23, 2026
144d9d6
feat: compress and save artifact
trash07 Feb 23, 2026
cddd11b
feat: compress and save artifact
trash07 Feb 23, 2026
672efc7
feat: compress and save artifact
trash07 Feb 23, 2026
8e5f010
fix: compress
trash07 Feb 24, 2026
c10e0e5
feat: compress artifact
trash07 Feb 24, 2026
5a01b80
chore: format code
trash07 Feb 24, 2026
e74c952
chore: format code
trash07 Feb 24, 2026
cafed47
chore: format code
trash07 Feb 24, 2026
5dc8450
feat: deploy to preview template
trash07 Feb 24, 2026
791ee29
feat: try environments
trash07 Feb 28, 2026
bc604ce
feat: try prod environment
trash07 Feb 28, 2026
26a5853
feat: add preview environment
trash07 Feb 28, 2026
da3388a
feat: add preview environment
trash07 Feb 28, 2026
546ac83
feat: add deployment templates
trash07 Feb 28, 2026
3c9c917
chore: code format
trash07 Feb 28, 2026
fa6ba61
feat: download artifact
trash07 Feb 28, 2026
cef069d
feat: download artifact
trash07 Feb 28, 2026
9789143
fix: download artifact
trash07 Feb 28, 2026
5dc5599
fix: download artifact
trash07 Feb 28, 2026
52f46e0
fix: download artifact
trash07 Feb 28, 2026
dee4ae1
fix: download artifact
trash07 Feb 28, 2026
1e491cf
fix: download artifact
trash07 Feb 28, 2026
b73b965
fix: download artifact
trash07 Feb 28, 2026
1b5b9e9
fix: download artifact
trash07 Feb 28, 2026
7b2b7c5
fix: download artifact
trash07 Feb 28, 2026
7c9b56d
fix: download artifact
trash07 Feb 28, 2026
9c046fc
fix: download artifact
trash07 Feb 28, 2026
2451c40
fix: download artifact
trash07 Feb 28, 2026
cfd8696
fix: download artifact
trash07 Feb 28, 2026
f6d3994
fix: download artifact
trash07 Feb 28, 2026
e01a84f
fix: download artifact
trash07 Feb 28, 2026
3ddad5f
fix: download artifact
trash07 Feb 28, 2026
869b621
fix: download artifact
trash07 Feb 28, 2026
88cf80d
feat: transfer output for deploy
trash07 Feb 28, 2026
a560412
feat: transfer output for deploy
trash07 Feb 28, 2026
4e5aa0d
feat: transfer output for deploy
trash07 Feb 28, 2026
c61002a
feat: transfer output for deploy
trash07 Feb 28, 2026
db61e72
feat: transfer output for deploy
trash07 Feb 28, 2026
848f2d7
feat: transfer output for deploy
trash07 Feb 28, 2026
faa5513
feat: transfer output for deploy
trash07 Feb 28, 2026
55a4cc5
feat: transfer output for deploy
trash07 Feb 28, 2026
6f3cf71
feat: transfer output for deploy
trash07 Feb 28, 2026
4cf63a6
feat: transfer output for deploy
trash07 Feb 28, 2026
dc9d12c
feat: transfer output for deploy
trash07 Feb 28, 2026
d05397b
feat: transfer output for deploy
trash07 Feb 28, 2026
f14968a
feat: transfer output for deploy
trash07 Feb 28, 2026
bf0e609
feat: transfer output for deploy
trash07 Feb 28, 2026
91f5f72
feat: update docker file
trash07 Mar 1, 2026
1937479
feat: update docker file
trash07 Mar 1, 2026
715eeee
feat: update docker file
trash07 Mar 1, 2026
b845b1a
docs: update docs
trash07 Mar 1, 2026
bbabfd5
Merge branch 'master' into feat/try-gatsby-js
trash07 Mar 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 23 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,23 @@
<p align="center">
<a href="https://www.gatsbyjs.com/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter">
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
</a>
</p>
<h1 align="center">
Gatsby Minimal Starter
</h1>

## 🚀 Quick start

1. **Create a Gatsby site.**

Use the Gatsby CLI to create a new site, specifying the minimal starter.

```shell
# create a new Gatsby site using the minimal starter
npm init gatsby
```

2. **Start developing.**

Navigate into your new site’s directory and start it up.

```shell
cd my-gatsby-site/
npm run develop
```

3. **Open the code and start customizing!**

Your site is now running at http://localhost:8000!

Edit `src/pages/index.jsx` to see your site update in real-time!

4. **Learn more**
- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Tutorials](https://www.gatsbyjs.com/docs/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Guides](https://www.gatsbyjs.com/docs/how-to/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

## 🚀 Quick start (Netlify)

Deploy this starter with one click on [Netlify](https://app.netlify.com/signup):

[<img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" />](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-minimal)
## tutoriel.dev
[![1 | Pull request](https://github.com/trash07/tutoriel.dev/actions/workflows/pull-request.yml/badge.svg)](https://github.com/trash07/tutoriel.dev/actions/workflows/pull-request.yml)
[![2 | Promote to RC](https://github.com/trash07/tutoriel.dev/actions/workflows/promote-to-rc.yml/badge.svg)](https://github.com/trash07/tutoriel.dev/actions/workflows/promote-to-rc.yml)
[![3 | Release changes](https://github.com/trash07/tutoriel.dev/actions/workflows/publish-changes.yml/badge.svg)](https://github.com/trash07/tutoriel.dev/actions/workflows/publish-changes.yml)

### Install
```bash
npm install
npm run develop
```
### Contributing
Contributions are welcome! Clone it, shape your thoughts and submit a pull request.

### Credits
This project us proudly build with:
- [GatsbyJS](https://www.gatsbyjs.com/)
- [MDX](https://mdxjs.com/)
- [Docker](https://www.docker.com/)
- [Ansible](https://www.ansible.com/)
- [GitHub Actions](https://github.com/actions)

### Maintainers
- [@lkpeto](https://github.com/trash07)
2 changes: 1 addition & 1 deletion ci/ansible/playbooks/deploy-output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
sudo microk8s kubectl apply -f k8s/
- name: Clean up
ansible.builtin.file:
path: '{{ remote_folder }}/*'
path: '{{ remote_folder }}'
state: absent