🔥 📝 Write English demo artcicles .

This commit is contained in:
elkan1788
2025-01-26 09:32:47 +08:00
parent abec39b9ec
commit ee7ce903ff
5 changed files with 157 additions and 45 deletions

36
.gitignore vendored
View File

@@ -1,36 +1,14 @@
# Ignore files in Hugo NexT theme
exampleSite/*
# Special files in content folder
exampleSite/public/
exampleSite/resources/
exampleSite/.hugo_build.lock
exampleSite/config.dev.yaml
exampleSite/config.release.yaml
exampleSite/dev-startup.sh
# Exclude special files in content folder
exampleSite/content/**/
!exampleSite/content
!exampleSite/content/flinks
!exmapleSite/content/flinks.md
!exampleSite/content/about
!exmapleSite/content/about.md
!exampleSite/content/archives
!exampleSite/content/post
!exampleSite/content/post/image-viewer
# Exclude special files in data folder
!exampleSite/data
# Exclude special files in layouts folder
!exampleSite/layouts
# Exclude special files in static folder
!exampleSite/static
# Exclude special files
!exampleSite/config.yaml
!exampleSite/startup.sh
data/*
!data/flinks
!data/flinks.yaml
!data/config.yaml
!data/resources.yaml
# vscode
.vscode/