Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

GitHub comments could not be loaded

.cursorrules 614 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. # Project Configuration
  2. ## Project Type
  3. - Static Site Generator: Jekyll
  4. - Hosting: GitHub Pages
  5. ## Build Commands
  6. - `bundle install`: Install dependencies
  7. - `bundle exec jekyll serve`: Run development server
  8. - `bundle exec jekyll build`: Build site for production
  9. ## Important Files
  10. - `_config.yml`: Jekyll configuration
  11. - `Gemfile`: Ruby dependencies
  12. - `_site/`: Build output directory (generated)
  13. - `_posts/`: Blog posts directory
  14. - `_layouts/`: Template layouts
  15. - `_includes/`: Reusable components
  16. ## GitHub Pages Settings
  17. - Branch: gh-pages (or main/master, depending on your setup)
  18. - Build Source: Jekyll
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...