Commit Graph

965 Commits

Author SHA1 Message Date
recanman
6d672e5527 chore: update theme 2024-09-02 11:38:22 -07:00
recanman
220673484a feat: compress cover image 2024-08-31 21:02:45 -07:00
rotten
063f4610ec Issue 208 2024-08-30 05:31:17 -05:00
rottenwheel
865cca7bf6
issue 207: remove redundant symbols 2024-08-17 19:14:02 +00:00
rottenwheel
5f9c8ca78a
support: no active kuno fundraiser at the moment, remove funded one 2024-08-17 18:51:22 +00:00
rottenwheel
240a6edd22
source: update nowhere's gitea hyperlink; new domain 2024-08-17 18:50:22 +00:00
rotten
ff6f9efca0 Issue 207 2024-08-17 13:30:55 -05:00
rottenwheel
dc94c2d255
issue 206: update upcoming workgroup meetings hyperlinks 2024-08-12 11:02:11 +00:00
rottenwheel
02c5ba07fb
issue 206: fix wrong links for site meeting 2024-08-11 22:58:42 +00:00
rottenwheel
b2faf900a6
Merge pull request #58 from kumitterer/master
Track main branch of theme
2024-08-10 15:54:09 +00:00
Kumi
bd5fbf48f7
Merge branch 'rottenwheel:master' into master 2024-08-10 17:45:48 +02:00
Kumi
423cb82e25
chore: update submodule to track 'main' branch
Configured the 'themes/revuo-xmr' submodule to track the 'main' branch, ensuring that any future updates to the submodule automatically reflect its latest state. This change simplifies submodule maintenance and keeps dependencies up to date.
2024-08-10 17:44:41 +02:00
rottenwheel
a8d176a9ee
issue 206: omit redundant period, news byte 2024-08-09 19:39:41 +00:00
rotten
790a2a7a05 issue 206: update cover image 2024-08-09 13:58:02 -05:00
rottenwheel
541b9f7a83
new_issue: adjust get_period_string so leading zeroes are omitted for dates 2024-08-09 18:53:28 +00:00
rotten
a9925aca61 assets: fix font size inconsistency in cover template 2024-08-09 13:49:53 -05:00
rottenwheel
c4872267b2
new_issue: hardcode cover title 2024-08-09 18:45:44 +00:00
rotten
713483fb54 Issue 206 2024-08-09 13:19:46 -05:00
rottenwheel
50c084725b
Merge pull request #57 from kumitterer/master
Styling and meta tag fixes
2024-08-07 08:25:27 +00:00
Kumi
e0a6f0d15c
Merge branch 'rottenwheel:master' into master 2024-08-07 08:56:54 +02:00
Kumi
d3fa303364
fix: correct text alignment and title formatting in SVG
Adjusted text alignment and positioning in the cover template SVG for better rendering. Modified issue title format in the issue image creation script to uppercase for consistency.
2024-08-07 08:46:30 +02:00
Kumi
d7570c1d0c
feat: replace revuo-monero logo image
Swapped the revuo-monero.png with revuo-monero.jpg image.
2024-08-06 12:03:04 +02:00
Kumi
b54a5f4625
fix(config): move description to params section
Moved the 'description' field from the main config section to the 'params' section for better organization and adherence to Hugo's recommended configuration structure. This change helps maintain cleaner and more modular configuration files.
2024-08-06 12:02:29 +02:00
rottenwheel
7439aa66fa
priceperf: fix date 2024-08-02 16:47:08 +00:00
rotten
a0f3c24a40 issue 105: optimize cover image 2024-08-02 11:04:00 -05:00
rottenwheel
fd66525882
CCS Proposals Need Funding: update content 2024-08-02 16:02:26 +00:00
rotten
e48beae850 Issue 205 2024-08-02 10:58:03 -05:00
rottenwheel
505327f1b8
newsbyte: swap bold for italics in exclusive 2024-07-30 18:07:24 +00:00
rottenwheel
6e1abebb2a
Merge pull request #56 from kumitterer/master
fix: title consistency
2024-07-25 20:20:40 +00:00
Kumi
cfb299799e
Merge branch 'rottenwheel:master' into master 2024-07-25 21:45:38 +02:00
Kumi
ab492effb1
fix: title consistency
Updated title format to ensure consistency across issues.
2024-07-25 21:45:07 +02:00
rottenwheel
bbeb48246f
title: fix syntax 2024-07-25 19:38:35 +00:00
rottenwheel
63b3ff5615
title: fix syntax 2024-07-25 19:38:08 +00:00
rotten
016620960d Issue 204 2024-07-25 12:16:56 -05:00
rottenwheel
6a0c8906fc
Merge pull request #55 from kumitterer/master
chore: update revuo-xmr theme submodule commit
2024-07-24 16:27:45 +00:00
Kumi
88132175b7
Merge branch 'rottenwheel:master' into master 2024-07-24 16:03:08 +02:00
Kumi
ca290befc4
chore: update revuo-xmr theme submodule commit
Updated the revuo-xmr theme submodule to the latest commit to incorporate the newest features and fixes.
2024-07-24 16:02:19 +02:00
rottenwheel
b759140df9
support: rephrase some sentences; add Kuno fundraiser 2024-07-24 01:01:09 +00:00
rottenwheel
7e77c3643d
Merge pull request #54 from kumitterer/master
Automatic generation of cover images
2024-07-23 22:59:11 +00:00
Kumi
cf25a22641
feat(issues): add comments for subprocess and file ops
Added explanatory comments for steps using the Hugo CLI to generate new issues and subsequent file operations, improving code readability and maintainability. No functional changes were made.
2024-07-23 09:31:16 +02:00
Kumi
3968fd4248
feat(issue-creation): add period input and title update
Enhanced the issue creation script by adding functionality to input
and format the period dates when creating new issues. The script now
supports custom period start and end dates and updates the issue title
accordingly in the markdown file. This change ensures more accurate
issue titles and periods, improving clarity and organization of issues.

Additionally added error handling for the Hugo command and Python file
operations, improving robustness and reliability.
2024-07-23 09:30:02 +02:00
Kumi
e231c4d8c5
refactor: improve code readability and formatting
Unified string quotes and used consistent indentation to enhance the readability of the script. Refactored the creation of issue cover image for better clarity and maintainability. These changes optimize future code reviews and reduce the potential for errors.
2024-07-23 08:56:14 +02:00
Kumi
f3207b7a7d
feat: automate creation of new weekly issue
Added a new Python script to automate the creation of new weekly issues for the site. The script determines the latest issue number, generates a new one, and includes creation of a cover image with relevant dates. This streamlines the weekly update process and ensures consistency.

This script is work in progress and will get additional features.
2024-07-23 08:55:43 +02:00
Kumi
c10217ea48
feat: Added template SVG for weekly post cover image 2024-07-23 08:55:07 +02:00
Kumi
d93c0a86bc
chore: update .gitignore to ignore build artifacts and venv
Renamed .hugo-build.lock to .hugo_build.lock to match actual file naming. Added venv/ to ignore list to prevent virtual environment files from being tracked, avoiding unnecessary clutter in the repository.
2024-07-23 08:54:35 +02:00
rotten
caadb6f075 Issue 203 2024-07-19 15:53:57 -05:00
rottenwheel
22d827e4de
add: missing blockchain stats; fix price date 2024-07-11 22:02:15 +00:00
rotten
0b7b3ff0bb Issue 202 2024-07-11 16:57:03 -05:00
rotten
51f4e33154 future events: update day of week for all 2024-07-06 08:38:57 -05:00
rottenwheel
a8b8ca8e39
Merge pull request #53 from recanman/master
chore: update theme
2024-07-05 12:40:50 -05:00