In addition to #15, the navbar looks cool with these changes:
- Make the navbar background color `rgba(0, 0, 0, 0.9)`
- Add `box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2)` to the navbar.
I'm sure the values could be tweaked a bit.
Obligatory screenshot:
![fancy](https://user-images.githubusercontent.com/181177/63644815-1cb4ea00-c6a6-11e9-9884-341a8238a26b.png)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/issues/16
Sorry for spamming the issue tracker with ideas.
The current font size (14px) seems a little small. To me it looks better by setting the `font-size` on the `<html>` element to `18px`, and then setting the `font-size` on the `<body>` element to `1rem`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/issues/17
The navbar feels kind of cramped, IMO. I don't know how to work on this site locally, but I hacked a prototype in Chromium devtools.
Before:
![before](https://user-images.githubusercontent.com/181177/63644739-55ec5a80-c6a4-11e9-82c7-e2c158c5dc4b.png)
After:
![after](https://user-images.githubusercontent.com/181177/63644741-5e449580-c6a4-11e9-9249-fd786fd7a78b.png)
I made the following changes:
- On the logo image I set the top, right and bottom margins to `.5em`
- On the logo text I set the `line-height` to `2em` (FIXME: not perfectly centered vertically)
- On the anchors in the nav menu, I set `line-height` to `3em`.
- On the nav menu `<ul>` I added the class `navbar-right`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/issues/15
The site doesn't seem so dynamic as to need a lot of server-side machinery (Django, CMS, DB, etc.), I was thinking it would be cool to have the site pre-compiled from input markup (markdown?) files and spit out the whole site ready for production. This would be similar to [Jekyll](https://jekyllrb.com/) or [Hugo](https://gohugo.io/) or whatever. It's pretty trivial to even roll own using Python and Jinja2.
It seems like it would make it a lot easier to hack on the site, you could just check out from Git, make your changes, run the build command, and have it update the site from the input markup and templates. We could have a little self-hosting Python script/server to host it on localhost for development purposes.
Also I believe CI/CD can be configured on Github/Travis so that when we push changes to a particular branch or add a tag, it can re-build and deploy the new site changes.
I'd be interested in working on this.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/issues/18
Running Geany v1.34.1
Enchant v2.2.3
The spell checker marks every single word as misspelled. Screenshot of symptom, debug messages, and configuration:
![image](https://user-images.githubusercontent.com/17712548/63719133-80a3f380-c809-11e9-9a1d-1adff618e164.png)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/898
i want to add all 16-bit and 32-bit registers, directives and keywords to filetype Assembly but dont know which file to contribute too help please
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1949
This pull's not very interesting, but worth merging.
* First commit: Split out legacy code from build_load_menu() and put assign_cmd() in the middle, nearer where it's used - follow up tweak to #2256.
* Second commit: Split build cleanup out of destroy_project() as the latter is quite long.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2272
-- Commit Summary --
* Split out reading old [build_settings] from build_load_menu()
* Gather project build finalisation code into cleanup_project_build()
-- File Changes --
M src/build.c (47)
M src/project.c (19)
-- Patch Links --
https://github.com/geany/geany/pull/2272.patchhttps://github.com/geany/geany/pull/2272.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2272
I'm using geany v1.3.5 and arc dark theme in manjaro linux (cinnamon desktop).
See this screenshot image: https://i.postimg.cc/xjJpmmSM/ss1.png
The tab close "x" icon/button is difficult to see due to grey color it uses for dark theme.
I think the "x" icon color should be white or using lighter color.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2273