Beyond-The-Veils / Neon-Covenant-Blog

Static site for Neon Covenant Blog
https://beyond-the-veils.github.io/Neon-Covenant-Blog/
MIT License
0 stars 0 forks source link

Directory Files #11

Open JoftheV opened 2 months ago

JoftheV commented 2 months ago
Production Folder and File Integration

    •   Folders: Set up directories for content, assets, and backup storage.
    •   /content/blog/: Blog post files.
    •   /static/images/: Optimized images.
    •   /backup/: Automated backups.
    •   Files:
    •   README.md: Instructions for development, deployment, and usage.
    •   requirements.rst: Lists essential packages and dependencies.
    •   config.rst: Configuration settings for the blog’s Hugo setup.
    •   .github/workflows/gh-pages.yml: Automates the GitHub Pages deployment.
    •   package.json: Defines dependencies for JS-related tasks.
    •   Gemfile: Ruby dependencies (if using Jekyll or other Ruby tools).

File Structure

Automated Tasks

JoftheV commented 2 months ago

File Structure

Automated Tasks