Commit graph

24 commits

Author SHA1 Message Date
bd554b3814 Change code backgound color 2020-04-02 01:43:36 +02:00
1b1f6ce2c2 Add style for contact form 2020-03-22 22:43:36 +01:00
5896dc2ad0 Add ABOUT_PAGE variable for linking an about page too the profile in home 2020-03-17 01:50:07 +01:00
43241c657c Add rollover on profile links 2020-03-16 15:16:35 +01:00
4ac3d4c5b5 Arrange pre and code rules 2020-03-07 00:38:30 +01:00
529ac7d50b Remove old tt and kbd css rules 2020-03-07 00:22:25 +01:00
c9d7f5e81b Rework pre elements 2020-03-07 00:21:26 +01:00
2c80e2e2d6 Increase icon size for nav-buttons 2020-02-21 16:18:40 +01:00
1215abaf4f Load jQuery from local 2020-02-21 16:10:22 +01:00
f9f0709bce Icons from icomoon.io 2020-02-21 15:44:04 +01:00
1057189416 Merge branch 'master' of https://github.com/arulrajnet/attila into upstream 2020-02-19 10:57:30 +01:00
Vitaly Potyarkin
f576582b9b Remove unused functionality from script.js
It was causing an error in console.log
2019-08-28 12:23:52 +03:00
Vitaly Potyarkin
ab0dbd5542 Import script.js from the Ghost theme
Source repo (MIT): https://github.com/zutrinken/attila
Last modified: Mon Sep 3 11:42:49 2018 +0200
Commit: 6c3b7fff419e1350da55f91d8a4362dd40175e84
Tag: 1.7.5
2019-08-28 11:48:12 +03:00
7b2f7a57b9 Change code block font size and size 2019-02-06 00:21:28 +01:00
8d42b828ff Rework font managememt
Remove icon font and replace it with awesome, remove google font and replace it with locally store ones
2019-02-03 23:17:54 +01:00
87ba94031e Enlarge post with (.inner max-width) 2019-02-01 12:02:43 +01:00
6d6fddd901 Remove share icons 2019-02-01 11:39:35 +01:00
Vitaly Potyarkin
b5c16f8937 Make menu animation the same for header and body (#38)
When menu sidebar was opened the main page body would slide to the left
while the header would stay in place. That would result in text alignment
inconsistency between header and the post body.

This commit adds the same sliding animation to the blog header.
Upstream theme for Ghost behaves similarly.

Screenshots: before [[1]], after [[2]]

[1]: https://i.imgur.com/dDaWoBW.png
[2]: https://i.imgur.com/SBhGsIW.png
2018-09-29 13:32:52 +05:30
Vitaly Potyarkin
84e7843aaa Render tag cloud on tags page (#37)
Tags page was quite boring and didn't use horizontal space efficiently.
This commit replaces plain tag list with tag cloud that gracefully scales
to any screen (Attila's responsive design principle is not violated).

Details:

- Tags are still sorted alphabetically
- Tags with more articles have bigger font size
- Number of font size steps is defined via TAG_CLOUD_STEPS variable.
  If that variable is not set or is zero, default value of 5 steps is
  used. Stylesheet is written to support up to 10 steps.
- Tag tooltip shows number of articles with that tag

There exists a separate plugin for tag cloud[1], but using it still
requires making changes to the theme. Trivial math calculations can be
done as easily in Jinja as in Python, so the dependency on external
package can and should be avoided.

Screenshots: before [[2]], after [[3]]

[1]: https://github.com/getpelican/pelican-plugins/tree/master/tag_cloud
[2]: https://i.imgur.com/ivZQIxi.png
[3]: https://i.imgur.com/fLNVKpj.png
2018-09-29 13:31:14 +05:30
Vitaly Potyarkin
6de60cb90b Fix responsive layout for Archives page (#35)
Previously the width of date field was hardcoded at 180px and that would
take up most of screen estate on mobile devices. The most important part
- article titles - may become condensed and even unreadable
2018-09-14 15:00:08 +05:30
Vitaly Potyarkin
e2babcce12 Remove unused minified CSS (#36)
Minified version of stylesheet was not used anywhere and might be (or
become) outdated. It is better to remove it altogether to avoid confusion
among users
2018-09-14 14:19:22 +05:30
Arul
21de12c0fc move font folder, progressbar and disqus show comment button 2016-09-13 23:20:16 +05:30
Arul
2fee5e9d3e artilecls list by tag and author 2016-09-13 20:07:13 +05:30
Arul
2db8e49cdb added empty html files 2016-09-12 23:13:58 +05:30