Peter Molnar
de85e145e6
svg aria-hidden is not needed and doesn't make any difference
2019-04-29 09:35:16 +01:00
Peter Molnar
370858a795
themeswitcher made to be strictly js only; css cleanups according to that; theme made a bit more airy
2019-04-29 09:34:47 +01:00
Peter Molnar
9d42d24812
re-adding microformat keywords so Flickr publish will get them via brid.gy
2019-04-29 09:34:00 +01:00
Peter Molnar
8505789e1a
fixes to skip webmentions when post is_future; better regex match for markdown images, though it's not utilized yet
2019-04-29 09:33:21 +01:00
Peter Molnar
f196b26b79
- README entry about liveserver rsync+ssh sync
...
- fail to run if keys.py is missing
- try-catch for sync because it's optional
w
2019-04-10 09:37:24 +01:00
Peter Molnar
1f4a864d59
- url / error cleanup in Home
...
- 'noping' setting to create ping files, but don't actually send webmentions
- watermark size back to older setting
- changed sharpend in unsharp mask settings
- added is_photos setting which applies if all images are photos
2019-04-10 09:27:37 +01:00
Peter Molnar
9eccd3e683
example keys.py file
2019-04-10 09:25:05 +01:00
Peter Molnar
85eb8324ed
Merge pull request #1 from danger89/master
...
Improve readme & fix several failures during run-time (errors)
2019-04-10 08:19:52 +00:00
Melroy van den Berg
21fa9875a6
Improve readme run
2019-04-09 22:37:55 +02:00
Melroy van den Berg
4df852d229
Remove deploy folder (oopsy)
2019-04-09 22:35:14 +02:00
Melroy van den Berg
5f9b0fc625
Add several bugs & improve readme
2019-04-09 22:34:03 +02:00
Peter Molnar
5c39f7e57a
old photo publish date for phots that were published somewhere in the past but I don't have an exact date for them
2019-03-24 15:26:55 +00:00
Peter Molnar
5a5723aecc
jsonfeed and gopher fixes
2019-03-22 15:49:24 +00:00
Peter Molnar
9f73a9b111
- gopher? gopher.
...
- no js needed button
- removed donation, I'll figure out something better, sometimes, in the future
- text/plain alternate, also for gopher
- better Pandoc subclassing
- bye message
- first image becomes OG image
- removed duplicate reply symbol
- DAT .well-known prepare, not active
- oembed singular vars, should they ever be needed
- fixed target lookup for webmentions so it works both with index.html or with path only
2019-02-25 22:40:01 +00:00
Peter Molnar
67662b69e9
- nojs banner
...
- relative url in search
- removed header icon from category
2019-02-17 20:17:35 +00:00
Peter Molnar
9a5c4708d2
- relative urls!
...
- got rid of bleach and reacji detection, nobody is using it
- removed google vision and google text classification
- 410 for ^/tag and ^/comment
- 80x15 SVG bottom banners
- better code syntax hightlight CSS
2019-02-16 00:14:12 +00:00
Peter Molnar
f47ed93fa0
once more with feeling: on-the-fly representation is schema.org json-ld for everything,
...
becase it's easy to write, forces me to use some sort of structure, and it might come handy.
However, the end HTML is microformats v1 and v2 - v1 for google, search engines, etc, v2 for anything indieweb.
2019-02-08 23:32:52 +00:00
Peter Molnar
c6755e6125
- no more microdata or RDFa in HTML: went full JSON-LD
...
- added og: and article: from open graph to meta
- jsonld as tmplvars for most elements
- removed unused commented code
- indention for inline CSS for readability
- merged reactions and comments into a single block
2019-02-07 19:27:15 +00:00
Peter Molnar
e730f53da8
webmention added to ping fed.brid.gy and brid.gy/flickr the proper way
2019-02-03 16:40:34 +00:00
Peter Molnar
d19efb6c68
microdata => rdfa so I make academics happy
2019-02-03 16:40:08 +00:00
Peter Molnar
da02d9ba95
- removed google things, for now, it's not useful
...
- relurl filter is ready, but not yet in use, because it's a mess
- reworked yearly archives: all page shows all years, no prev/next
- removed property= mf2 tags
- cleanups in markup
- added searchaction schema.org thing
- removed everything-the-same-size-font from style
2019-01-31 22:23:16 +01:00
Peter Molnar
ce9c806274
- theme cleanup
...
- menu is now coming from settings
- content block is emptied in base
- removed unused SVG icons
2019-01-21 16:10:27 +00:00
Peter Molnar
c4f56088cc
redesign, new home ideas
2019-01-15 22:28:58 +01:00
Peter Molnar
21c50a2e46
before complete re-design
2019-01-15 22:28:03 +01:00
Peter Molnar
1d48922649
pipenv update
2019-01-05 11:56:28 +00:00
Peter Molnar
b18df5fd3e
small styling updated, print css fixes
2019-01-05 11:56:12 +00:00
Peter Molnar
b6ade60807
updated copyright date; switched from frontmatter lib to pyyaml lib + regex because frontmatter is horrible at handling unicode
2019-01-05 11:55:40 +00:00
Peter Molnar
3cdb515bc3
theme cleanups of unused bits; better light theme, altered dark theme
2018-12-31 17:22:31 +00:00
Peter Molnar
1f8e81c380
re-adding immediate async processing; is_page added to hide a few footer metatada in page type posts; unused symbols removed, but assets updated; footer extended with a lot of extra information; kcl action replaced;
2018-12-27 19:48:06 +00:00
Peter Molnar
26c6ef77ed
- now checking images against google vision api (why google, despite my despise of google, the company): vision api is the only one which is simple enough to use and their labelling is reasonable.
...
- checking text against google natural language api: the strict classification it offers is better, than free folksonomy, if I ever want to connect entries based on topic
unfortunately they don't support Hungarian yet.
2018-12-11 14:06:18 +00:00
Peter Molnar
033a00db8e
ok, this might be needed
2018-12-03 10:53:16 +00:00
Peter Molnar
738b73bc52
replacing requirements.txt with pipenv file
2018-12-03 10:52:17 +00:00
Peter Molnar
a8e403ae04
After long discussions, mainly listening and reading, I'm giving up on GPL licencing and moving to Apache 2.0.
...
The short summary is that while I still sort of believe in what GPL stands for, reality is not that simple to immediately open source everything.
Because GPL is scary, many people avoid it, and one of the main achievements of open source should be that nobody has to reinvent the wheel.
2018-12-03 10:36:10 +00:00
Peter Molnar
c8d09dc40a
ignore test generated file for Exif
2018-12-03 10:29:32 +00:00
Peter Molnar
068c79ab07
test cleanup
2018-12-03 10:29:15 +00:00
Peter Molnar
a57fac3b11
adding first set of tests
2018-12-01 10:45:27 +00:00
Peter Molnar
de269ef39e
- moved Tips from footer to bottom of each singular with an "encourage creation" header
...
- google vision api binding for images (not in use yet)
- konami code css preparations
- experimental gallery css
- minor code cleanups
2018-12-01 10:43:13 +00:00
Peter Molnar
9af56f89e7
asyncio loop working properly
2018-11-19 16:16:52 +00:00
Peter Molnar
ceca52dd70
- asyncio tasks execution finally are triggered by run() and not immediately, special thanks to https://www.svenknebel.de for helping me figuring it out
...
- svg cleanup
- adding silly webkit css search box reset
- adding extracted icomoon folder instead of a .zip
- removing pagination from flat categories
- 'follow' button gets highlighted when active
- README refactoring
2018-11-19 14:36:06 +00:00
Peter Molnar
f9f540d034
themeswitcher actually seems to be working + styling cleanup for themeswitcher
2018-11-16 22:39:12 +00:00
Peter Molnar
534daff81a
themeswitcher v3
2018-11-15 14:06:35 +00:00
Peter Molnar
7edea821f4
fix to prevent exception on empty content or summary
2018-11-15 14:05:55 +00:00
Peter Molnar
2bf1bd8e13
themeswitcher v1
2018-11-15 13:35:47 +00:00
Peter Molnar
3bc95edebc
micropub queue support added; licence now links to spdx.org and uses the identifiers from there
2018-11-10 20:49:13 +00:00
Peter Molnar
4cb7623355
making yearly pagination a bit more sensible, cleaner; adding trigger to only rebuild old archives if old posts' mtime got modified
2018-11-05 00:27:53 +01:00
Peter Molnar
10045afa09
initial support for marking up entries as events as well, mainly for trips/excursions
2018-11-04 15:45:54 +01:00
Peter Molnar
c9b28af1ab
merging copy pasted code + fixing typo problem
2018-11-04 14:40:44 +01:00
Peter Molnar
5dd9cfb1f9
IWC 2018 Berlin: per year archives instead of fixed number split pagination (and a couple of w3c validator fixes)
2018-11-04 13:57:51 +01:00
Peter Molnar
6f6b4d020a
various minor extras: twitter account, zapier callback hooks, twitter svg symbol, re-adding shortslug redirects because I broke them
2018-11-03 10:48:37 +01:00
Peter Molnar
142864e377
update to icomoon asset
2018-10-17 11:38:45 +01:00