Skip to content

Commit

Permalink
Remove Newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
ReilySiegel committed Jul 31, 2021
1 parent 9285a28 commit 4947918
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 120 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.10.1.469'
- name: Build Newsletter
run: clojure -A:build-newsletter
- name: npm install
uses: bahmutov/npm-install@v1
with:
Expand Down
39 changes: 0 additions & 39 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,40 +1 @@
* Contributing
** Writing a Newsletter Entry
Newsletters can be written by the Newsletter Editor, Committee Chairs, or by the
Webmaster. The process submitting a newsletter entry has been as simple as
possible to accommodate the wide array of people with varying technical knowledge
who may have an interest in publishing an entry. As such, we assume that the
person making a contribution to the newsletter will be using the graphical
interface provided by GitHub to make their change.

First, click [[https://github.com/AXPDSP/axpdsp-site/new/master/newsletter][here]] to create a new file in the newsletter directory. An editor
should appear, prompting you for a file name. Enter ~DATE.md~, where ~DATE~ is
the current date in ~yyyy-mm-dd~ format. Once a name for the file has been
assigned, you can begin writing your article in the editor. Newsletter entries
are written in [[https://www.markdownguide.org/basic-syntax/][markdown format]]. GitHub has built-in support for rendering
markdown, so you can check to see what the compiled result will look like in the
~Preview~ panel. In GitHub's preview, the metadata will show as a table at the
top of the article. This table will /not/ be displayed on the website.

Here is an example of a newsletter entry:
#+begin_src markdown
---
title: The New AXPDSP Website is Complete
author: Reily Siegel
position: Newsletter Editor
date: 2023-06-01
---

Our Website has been completed!

## A Subsection
We are now inside a subsection.
#+end_src

Notice that the example has a section at the top surrounded by three dashes.
This section is metadata that allows the newsletter builder to properly
integrate the entry into the website. The date *MUST* be in ~yyyy-mm-dd~ format.
For example, the date June 4, 2020 would be written as 2020-06-04.

Once you are finished, click the green ~Propose new file~ button. This will
create a request to add the entry to the website, and notify the Webmaster.
4 changes: 1 addition & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
arttuka/reagent-material-ui {:mvn/version "4.11.0-3"}
reilysiegel/clojure-sheets
{:git/url "https://github.com/ReilySiegel/clojure-sheets"
:sha "acf141588304382f218046f15506c38e41152a3e"}}}
:build-newsletter
{:main-opts ["-m" "axpdsp-site.build.newsletter"]}}
:sha "acf141588304382f218046f15506c38e41152a3e"}}}}
:paths ["src" "resources"]}
24 changes: 0 additions & 24 deletions src/axpdsp_site/build/newsletter.clj

This file was deleted.

2 changes: 0 additions & 2 deletions src/axpdsp_site/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[axpdsp-site.hero :as hero]
[axpdsp-site.brotherhood :as brotherhood]
[axpdsp-site.footer :as footer]
[axpdsp-site.newsletter :as newsletter]
[axpdsp-site.officers :as officers]
[axpdsp-site.philanthropy :as philanthropy]
[axpdsp-site.recruitment :as recruitment]
Expand All @@ -16,7 +15,6 @@
[brotherhood/ui]
[recruitment/ui]
#_[house/ui]
[newsletter/ui]
[philanthropy/ui]
[officers/ui]
[footer/ui]])
Expand Down
4 changes: 0 additions & 4 deletions src/axpdsp_site/hero.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
:smooth true
:class "button is-link is-inverted is-outlined anchor-link"}
"Recruitment"]
[:> Link {:to "newsletter"
:smooth true
:class "button is-link is-inverted is-outlined anchor-link"}
"Newsletter"]
[:> Link {:to "philanthropy"
:smooth true
:class "button is-link is-inverted is-outlined anchor-link"}
Expand Down
46 changes: 0 additions & 46 deletions src/axpdsp_site/newsletter.cljs

This file was deleted.

0 comments on commit 4947918

Please sign in to comment.