writeas

General configuration/documentation/support contributions for the CMS project that saved my life.

https://github.com/extratone/writeas

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

General configuration/documentation/support contributions for the CMS project that saved my life.

Basic Info
  • Host: GitHub
  • Owner: extratone
  • License: other
  • Language: CSS
  • Default Branch: main
  • Size: 1.28 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

Configurables for Write.as, WriteFreely, and the rest of the Musing Studio Suite


Please note this has just been separated from extratone/bilge for the sake of clarity/use/my own sanity.

Technical Documentation (Writeas Blog)

Documentation for my blog, bilge.world.

I proudly use Write.as as my blog's CMS. I am relatively new to Git and GitHub, but it occurred to me that a repository would be a great place to track technical changes and even versions/revisions of drafts.


Writeas Customization

Installation (Bilge Theme)

To "install" my theme on your own Writeas blog, copy and paste the contents of Custom CSS.css and Custom Javascript.js into the respective "Custom CSS" and "Custom Javascript" fields in your blog's customization menu.

See: "Customizing Writeas"


Bilge Three Point Oh Footer

Colophon

The Psalms is proudly hosted by Write.as - a new sort of blogging content management system built atop Markdown and maintained by a company which explicitly shares my commitment to a better, Open web.

A somewhat-outdated version of this site's theme is listed among others in Writeas' official themes list. The full, up-to-date CSS and JS can be found below and on in this GitHub repository, which I created in November, 2020 as an experiment in using Git to track editorial changes. (That means you can see current in-progress drafts!)

  • ~~Download the entirety of this blog in EPUB format here~~. <!--Unfortunately, this isn't working right now.-->
  • Subscribe to this blog's RSS feed here.
  • This blog is federated at @b@bilge.world.

Typography

Body Text: Adobe Caslon Pro

Nav/Headers/Other: Proxima Nova & Variations

Colors

The Psalms Colors

CSS

```css @import url('https://use.typekit.net/kst2rrh.css');

body { font-family: adobe-caslon-pro, serif !important; font-weight: 400; font-style: normal; background-color: #FFF4E6; }

/* old background-color: #f2f2f2 */

blog-title a {

font-family: proxima-nova-condensed, sans-serif;
font-weight: 900;
font-style: normal;
/* font-style:bold !important; */
color: #00006b;

}

header nav a { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 900; font-size: 1.2em; }

header p.description { /* font-style: italic; */ font-family: proxima-nova-condensed, sans-serif !important; font-weight: 700; line-height: 200% !important; color: #00006b !important; font-size: 1em; margin-left: inherit; margin-right: inherit; }

body#collection header { margin-bottom: 1em !important; }

header nav a { color: #00006b; font-family: proxima-nova-condensed, sans-serif; font-weight: 900; /* margin-bottom: 1em; */ }

body, article { font-family: adobe-caslon-pro, serif !important; font-weight: 400; line-height: 155%; font-size: 1.1em !important; color: #000000; padding-left: 0.5rem; padding-right: 0.5rem; /* margin-top:1rem !important; */ }

body, article a:link { color: #00006b; }

body, article a:visited { color: #FF0000; }

h1 { color: #00006b !important; font-family: proxima-nova-condensed, sans-serif; font-weight: 900; font-size: 2em !important; }

h2 { color: #00006b !important; font-family: proxima-nova-condensed, sans-serif; font-weight: 700; font-size: 1.4em !important; }

h3 { color: #1c0021 !important; font-family: proxima-nova-extra-condensed, sans-serif; font-weight: 600; font-size: 1.3em !important; }

h4 { color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-size: 1em !important; }

h5 { color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-size: 1em !important; }

h6 { color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-size: .85em !important; }

code { /* background-color:#f7ff85 !important; / / border: 1px solid #da2573 !important; border-radius: 1px !important; / font-size: 0.85em !important; color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-weight: 400; / padding: 0px 0px 0px 0px !important; */ }

body #post pre, body#collection pre, body#post pre, body#subpage pre { background: #FFFdeb; !important; border: 1px solid #da2573 !important; border-radius: 1px !important; font-size: 0.85em !important; color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-weight: 400; /* padding: 0px 0px 0px 0px !important; */ }

.post-title a:visited, .post-title a:link { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 900; color: #00006b !important; font-size: 1.7rem !important; }

body#post article time.dt-published, body#subpage article time.dt-published { font-family: proxima-nova-condensed, sans-serif !important; color: #00006b !important; font-size: 1rem !important; }

body footer nav { font-family: proxima-nova-condensed, sans-serif !important; color: #00006b; }

blockquote { font-family: proxima-nova-condensed, sans-serif; font-weight: 400; color: #333333 !important; border-left: 2.5px solid #00006b !important; }

table { background-color: #FFFdeb !important; font-size: 0.8em !important; line-height: 1.2em; color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-weight: 400; border: 1px solid #f43f32 !important; border-radius: 1px !important; }

article table td, article table th { border: 1px solid !important; border-color: #da2573 !important; }

.gist { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 400 !important; font-size: 18px !important; }

.gist .gist-meta { font-family: proxima-nova-extra-condensed, sans-serif !important; font-weight: 600 !important; color: #1c0021 !important; }

.gist, .gist article, .gist article p { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 400 !important; }

.gist .gist-file .gist-data { background: #FFFdeb; !important; border: 1px solid #da2573 !important; border-radius: 1px !important; font-size: 0.85em !important; color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif !important; font-weight: 400; }

.gist, .gist article, .gist article p { white-space: normal !important; }

/* .gist .gist-hr { display: hide !important; } */

hr { border: 2px solid red; }

body footer a.home:link, body footer a.home:visited { color: #00006b; }

.action { font-family: proxima-nova-condensed, sans-serif; }

nav#manage ul a { color: #00006b; }

nav#paging a { color: #00006b !important; font-family: proxima-nova-condensed, sans-serif !important; }

a.bt { background-color: #0d0d0d !important; color: #00006b !important; }

a.hashtag { font-family: proxima-nova-condensed, sans-serif; font-weight: 700; color: #00006b !important; }

body#collection #wrapper time, body#subpage #wrapper time, body#post article time.dt-published, body#subpage article time.dt-published { font-family: proxima-nova-condensed, sans-serif; font-weight: 700; font-size: 0.95em; color: #00006b !important; }

.custom-nav { text-align: center; font-size: 0.85em; text-transform: uppercase; font-family: proxima-nova-condensed, sans-serif; font-weight: 700; color: red; }

.custom-nav a:link, .custom-nav a:visited, .custom-nav a:hover, .custom-nav a:active { color: #00006b; }

.custom-nav a:hover, .custom-nav a:active { text-decoration: underline; }

subscribe-btn {

border: 1px #FF0000;
background: #00006b;
font-family: proxima-nova-condensed, sans-serif;
font-weight: 700;
font-size: 1em;
color: #FFF4E6;

}

emailsub {

font-family: proxima-nova-condensed, sans-serif !important;
font-weight: 700;

}

.footnote, .footnote-ref { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 700; /* margin-left:2.5px; */ color: #da2573 !important; font-size: 1.1em; text-decoration:underline #FF0000; }

.footnote-ref { margin-left:25px; }

.footnote-ref-text { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 400; color: #1c0021 !important; font-size: 1em; border-top: #00006b dotted 1px; } ```

Javascript

```javascript var topP = document.createElement("p"); //topP.style.textAlign = "center"; topP.innerHTML = '


'; var cont = document.getElementById("wrapper"); if (cont !== null) { // Add to blog index and tag pages cont.appendChild(topP); } else { // Add to individual blog post page cont = document.getElementById("post-body"); cont.insertAdjacentHTML("afterend", topP.outerHTML); }

// src: https://platform.twitter.com/widgets.js

// src: https://hypothes.is/embed.js

window.hypothesisConfig = function () { return { "openSidebar": false, "theme": "clean", branding: { appBackgroundColor: '#e6f7ff', ctaBackgroundColor: '#da2573', ctaTextColor: '#00006b', selectionFontFamily: 'Georgia, serif' } }; };

// Footnote hyperlinks in the body. var notePattern = /[^(\d+)]/g; var noteText = "$1";

// Footnote references at the bottom. var refPattern = /[(\d+)](.*)/g; var refText = "$1$2";

var postContent = document.getElementById("post-body").innerHTML; postContent = postContent.replace(notePattern, noteText); postContent = postContent.replace(refPattern, refText); document.getElementById("post-body").innerHTML = postContent; ```

Owner

  • Name: David Blue
  • Login: extratone
  • Kind: user
  • Location: Columbia, Missouri
  • Company: @softwarehistorysociety

Self-described Software Historian (and lapsed auto journalist,) writing in public via GitHub and here to help. If I've screwed up, tell me! (Please)

Citation (CITATION.cff)

abstract: "The Psalms (alternatively/interchangeably entitled Bilge) is a monobyline World Wide Web Blog written by 𝒟𝒶𝓋𝒾𝒹 ℬ𝓁𝓊ℯ (good morning!) observing and selectively amplifying the characters, organizations, and stories surrounding the most abrupt, profound, and spectacular communicative renaissance in the history of the human species. Less abstractly, its beat is wholly digital, namely in tools (software, services, and methodologies) and culture (music, film, podcasts, and media) from a distinct lens established at good distance from California. It is unlicensed and entirely written in public largely via this GitHub Repository, supplemented by experiments on a variety of other platforms, including (arguably) my Twitter account."
authors: 
  - family-names: Blue
    given-names: David
    orcid: "https://orcid.org/0000-0002-9307-2251"
cff-version: "1.2.0"
version: 3.11
date-released: 2021-10-15
keywords: 
  - media
license: "The Unlicense, Dave Edition"
license-url: https://davidblue.wtf/license
repository-code: "https://github.com/extratone/bilge"
title: "The Psalms"

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
David Blue d****e@e****m 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 5
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • extratone (5)
Pull Request Authors
Top Labels
Issue Labels
documentation (4) theme (1)
Pull Request Labels

Dependencies

.github/workflows/changelog.yml actions
  • CharMixer/auto-changelog-action v1.1 composite