A modern, Lighthouse 95+ optimized Pelican theme for CircLynk Digital.
#185FA5 (Blue)#0EA5A4 (Teal)theme/
├── templates/
│ ├── base.html # Master layout
│ ├── index.html # Homepage
│ ├── article.html # Blog post
│ ├── content.html # Blog index
│ ├── page.html # Static pages
│ ├── contact.html # Contact page
│ ├── compiler.html # Python compiler landing
│ ├── category.html # Category archive
│ ├── tag.html # Tag archive
│ ├── author.html # Author archive
│ ├── 404.html # 404 page
│ └── partial/
│ ├── header.html # Nav + announce bar
│ ├── footer.html # Site footer
│ ├── sidebar.html # Blog sidebar
│ ├── articles_list.html # Article card macros
│ ├── pagination.html # Page navigation
│ ├── og-tags.html # Open Graph meta
│ ├── twitter-tags.html # Twitter card meta
│ └── disqus.html # Comments
└── static/
├── assets/
│ ├── css/ # Modular CSS
│ ├── js/ # JavaScript
│ ├── fonts/ # Font files
│ └── images/ # Favicon, logo
└── vendor/
├── bootstrap/ # Bootstrap 5
└── jquery/ # jQuery 3
pip install pelican markdown
pelican content -s pelicanconf.py
pelican --listen # dev server
The compiler is served at /online-compiler-python/ via TEMPLATE_PAGES in pelicanconf.py.
Add content at content/pages/compiler.md with template: compiler.
20 services across Strategy, Design, Development, and Enterprise categories.
16 industries: AI, Enterprise, eCommerce, Education, FinTech, Food & Grocery, Health & Wellness, Marketplace, Media, Non-Profit, Pet Care, Social Media, Space Exploration, Startups, Travel, Web3 & Blockchain.
content/pages/services/{slug}.mdcontent/pages/industries/{slug}.mdsitemap, seo, related_posts, neighborsGOOGLE_ANALYTICS in pelicanconf.pyDISQUS_SITENAME for comments