Commit graph

12 commits

Author SHA1 Message Date
danpros
4abd8b29f4 Add new theme
Based on Tailwind Starter Blog theme, see https://github.com/timlrx/tailwind-nextjs-starter-blog
2024-11-20 13:01:17 +07:00
Andreas
1d80860743 Updated robots text 2015-08-24 16:06:54 +02:00
Andreas
80afb162d9 Robots.txt update + new htaccess for cache folder.
Updated robots.txt + new htaccess files.

I made the following changes for the robots.txt and .htaccess files.

# robots.txt updated
- Allow theme assets (CSS, JS, Images, Fonts) for SEO
- Allow folder with uploaded images (/content/images)

# .httaccess files added
- /content - Deny all
- /content/images - Allow only jpg|png|gif
- /cache - Deny all
- /system - Deny all
- /system/admin/editor - Allow all
- /system/resources - Allow all
- /themes - Deny all
- /themes/blog/css - Allow all
- /themes/blog/fonts - Allow all
- /themes/blog/images - Allow all
- /themes/blog/js - Allow all
- /themes/clean/css - Allow all
- /themes/default/css  - Allow all
- /themes\default\img - Allow all
- /themes\logs\css - Allow all
2015-08-24 16:02:46 +02:00
Danang Probo Sayekti
4c158b82e2 Add post draft
Add post draft feature for the blog post.
2015-07-14 13:33:34 +07:00
Danang Probo Sayekti
c3c56d293e Prepare for new release 2015-07-10 13:09:56 +07:00
Danang Probo Sayekti
16143d33db File cache support
File cache support. Any visited pages by anonymous user will generating
.cache file inside cache/page folder.
2014-06-27 07:14:17 +07:00
Danang Probo Sayekti
c7fb74859f Clean up
Clean up
2014-02-15 01:19:25 +07:00
Danang Probo Sayekti
7a82a8aec6 RC Version
Realease Candidate Version.
2014-01-26 01:23:32 +07:00
Danang Probo Sayekti
a2e96a7b51 Can edit the bio
User can edit their bio from admin panel.
2014-01-21 22:24:08 +07:00
Danang Probo Sayekti
84110e338d Adding sitemap.xml
Adding sitemap.xml. Using the sitemapindex.
2014-01-17 15:58:01 +07:00
Danang Probo Sayekti
bd66a69ad5 Improve RSS feed
Improve RSS feed, adding sitemap and markup.
2014-01-14 19:21:06 +07:00
Danang Probo Sayekti
643b3be88d Initial commit
Yay! HTMLy was born today.
2014-01-01 21:56:22 +07:00