CryptoInvesting.art helps new investors add cryptocurrency into their investment portfolio. The crypto world is complex. Knowing where to buy, how much to invest and what has good yields ⸺ becomes a new art.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a Jekyll-based static site about cryptocurrency investing, built with:
/slides
)# Install dependencies
bundle install
# Start development server (http://localhost:4000)
bundle exec jekyll serve
# Build static site (output to _site/)
bundle exec jekyll build
# Create new blog post
bundle exec jekyll post "Post Title"
# Create new page
bundle exec jekyll page "Page Title"
# Create new draft
bundle exec jekyll draft "Draft Title"
# Navigate to slides directory first
cd slides
# Install dependencies
npm install
# Start Reveal.js server
npm start
# Build presentations
npm run build
# Run tests
npm test
_posts/
: Blog posts in Markdown (YYYY-MM-DD-title.md format)_data/
: YAML/JSON data files for structured content_layouts/
: Page templates (default, page, page_org, post)_includes/
: Reusable components (dropcap.html, youtube.html, etc.)tokens/
, exchanges/
, referral-codes/
: Category-specific content_site/
: Generated static files (do not edit directly)_config.yml
: Site settings, plugin configuration, build optionspage
: Default layout with transparent nav (white text), defined widthpage_org
: Opaque nav (black text), typically for blog poststransparent_nav: true
to overridetrending
property for featuring (higher value = more prominent){:.table .table-responsive}
<span class="dropcap circle bg-yellow">X</span>
`
btn-copy
with data-clipboard-text
bundle exec jekyll serve
for local development_config.yml
require server restart_site/
folder should not be committed# Copy screenshots with spaces in filename using wildcards
cp /Users/junda/Desktop/Screenshot*2025-07-17*at*9.21.36*AM.png /path/to/destination.png
# Resize and convert to JPG in one command
sips -Z 1200 -s format jpeg -s formatOptions 85 image.png -o image.jpg