Commit graph

179 commits

Author SHA1 Message Date
Danang Probo Sayekti
eb8e0ac503 Static frontpage and improvements
Add new config: static.frontpage = "true" to enable the static
frontpage.
2015-11-14 10:10:34 +07:00
Danang Probo Sayekti
2a33c284f1 Cleaning up 2015-09-21 11:18:06 +07:00
Danang Probo Sayekti
d12d5662b0 Pagedown Extra + sitemap.category.xml
Use the pagedown extra instead of standard pagedown. Adding
sitemap.category.xml
2015-09-21 10:45:44 +07:00
Danang Probo Sayekti
7036f125c4 Update composer + sitemap bugs fixes 2015-09-20 21:12:17 +07:00
Danang Probo Sayekti
2efa6f32f3 Fixes 2015-08-29 11:44:02 +07:00
Danang Probo Sayekti
0df2146ce1 Fix bugs 2015-08-29 10:47:48 +07:00
Danang Probo Sayekti
c8b0d0661b PHP 5.3 compatibility 2015-08-27 18:55:22 +07:00
Danang Probo Sayekti
9dd9f87cf5 Improve search page + 404 2015-08-27 14:50:35 +07:00
Danang Probo Sayekti
46ed4a6bbc Create data dir 2015-08-27 13:38:20 +07:00
Danang Probo Sayekti
310b63e606 Finalizing the category 2015-08-27 12:18:42 +07:00
Danang Probo Sayekti
8b2d616a88 Migrate content and draft 2015-08-27 10:17:27 +07:00
Danang Probo Sayekti
bbd0357978 Update style 2015-08-26 21:36:54 +07:00
Danang Probo Sayekti
6745806b41 Migrate old content 2015-08-26 19:15:30 +07:00
Danang Probo Sayekti
a4b6fe18db Add category
Add category feature to the core.
2015-08-26 10:44:25 +07:00
Andreas
41ae84a129 404 pages rendreed within layout
Before this pull request, the 404 and 404-search templates where handled
as full HTML pages without the page context (layout).

With this pull request both pages are rendered inside the selected
themes layout. Additionally the 404 template now contains the "search
form" and the homepage link.

All Themes are already updated with the above changes.
2015-08-24 12:44:28 +02:00
Andreas
9b37682f25 Set the Sitemap priorities within the config.ini (SEO)
Feature to change Sitemap priorities direct with the "config.ini" for
SEO. Additionally this commit adds the "lastmod" tag for posts.

- Set the Sitemap priorities for subtypes (Base, Post, Static, Tag, ...)
within the config.ini
- Values beween 1.0 and 0.0 or "false" to disable a subtype.
- Default priority is 0.5 as fallback. (see functions.php) The default
for "base" (Homepage) is 1.0.
- Disabled subtypes aren't available in the sitemap.xml (index).
- The sitemap for posts now contains the "lastmod" set the the post's
date.
2015-08-23 23:34:53 +02:00
Danang Probo Sayekti
9debdaec1f Update installed version 2015-08-20 22:28:13 +07:00
Danang Probo Sayekti
e6e8a12b90 Update functions.php 2015-08-20 09:25:43 +07:00
Danang Probo Sayekti
9f1c5b7d50 Accept case insensitive request
Make the tag URL always lowercase and accept case insensitive URL e.g
/tag/htmly or /tag/HTMLy.
2015-08-20 08:46:50 +07:00
Danang Probo Sayekti
ffb46f9981 Performance boost
Cache the widget and refresh it when any content edited or new content
added.
2015-08-17 11:43:29 +07:00
Danang Probo Sayekti
26a1a97082 Permalink without year-month 2015-08-14 01:58:08 +07:00
Danang Probo Sayekti
f83e54e786 Add htmly logo and favicon 2015-08-13 19:41:18 +07:00
Danang Probo Sayekti
1793eea56b Improve descriptions
Use htmlspecialchars() for title tag and description tag generation.
2015-08-13 17:29:16 +07:00
Danang Probo Sayekti
e1151923bd Prepare release 2015-08-07 14:05:51 +07:00
Danang Probo Sayekti
0b100044b4 Multi languange tags and search fixes 2015-08-06 15:50:58 +07:00
Danang Probo Sayekti
a99b71ef07 Improve blog 2015-08-01 01:32:34 +07:00
Danang Probo Sayekti
96ce3816ee Add blog Url 2015-07-31 22:34:43 +07:00
Danang Probo Sayekti
14df75d6e4 Styling the blog theme 2015-07-30 11:13:00 +07:00
Danang Probo Sayekti
7c28567d1c Popular Posts Widget
Adding popular posts widget.
2015-07-30 07:50:46 +07:00
Danang Probo Sayekti
9f8c46207b Update functions.php 2015-07-26 21:43:25 +07:00
Danang Probo Sayekti
985de9d2dc Update functions.php 2015-07-26 16:51:55 +07:00
Danang Probo Sayekti
0bb0382b5c Improvements 2015-07-26 10:48:41 +07:00
Danang Probo Sayekti
b3e3895bf4 Add theme: blog
Add new theme blog
2015-07-25 15:03:09 +07:00
Danang Probo Sayekti
2ab20034db Cleaning up 2015-07-24 22:23:12 +07:00
Danang Probo Sayekti
ce4d6e4b93 Improve the editor 2015-07-24 20:39:46 +07:00
Danang Probo Sayekti
4138142368 Improve resources 2015-07-24 16:00:15 +07:00
Danang Probo Sayekti
3e6153ed0e Improve description 2015-07-23 12:45:21 +07:00
Danang Probo Sayekti
2107ef20a0 Improve teaser 2015-07-22 13:54:37 +07:00
Danang Probo Sayekti
dcbf9f0700 Cleaning up 2015-07-21 19:05:08 +07:00
Danang Probo Sayekti
676ebc3746 Fix Youtube video ID 2015-07-21 00:37:57 +07:00
Danang Probo Sayekti
5a22738e37 Improve menu
Add bootstrap menu classes.
2015-07-20 21:44:34 +07:00
Danang Probo Sayekti
dd6942e439 Content Type
Trying to add content type: image, video, audio, link, and quote. No
styling yet.
2015-07-20 00:30:03 +07:00
Danang Probo Sayekti
095cfee286 Changes
Make HTMLy more flexibel.
2015-07-17 20:13:31 +07:00
Danang Probo Sayekti
c7bf485275 Improvements 2015-07-14 19:36:27 +07:00
Danang Probo Sayekti
ffc88888dd Bugs fixes 2015-07-14 16:09:39 +07: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
084ffb35d4 Cleaning Up
Remove empty <p></p> tags.
2015-07-13 23:22:34 +07:00
Danang Probo Sayekti
1ec950f505 Add class to submenu 2015-07-13 17:24:59 +07:00
Danang Probo Sayekti
45817b639f CSS Fix 2015-07-13 17:22:23 +07:00
Danang Probo Sayekti
558263ade1 Recent posts lists
Add options recent.count to the recent posts list functions so we can
change it using config.ini
2015-07-12 19:23:41 +07:00