- have a design similar to https://aeon.co
- list articles
- feature an article on the front page at the top, according to wordpress' feature category (if multiple articles are in the featured category then we could randomly choose one, or always choose the most recent article)
- have SEO enabled for all pages
- links for social media sharing. When sharing to sites like reddit/twitter/facebook, the user can choose between images relevant to the article as well as our organization
- responsive layout (works on phones, tablets, etc.)
- clicking on an article excerpt from the main page will show the article, and the article will have a unique, permanent, human-readable link
- new articles will be created from the wordpress admin site (for now... in a future version this can be done all from our site)
- images will be stored in a CDN (in the future this can be used to make a media gallery for our site that will make it easy for authors to find relevant content for future articles)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorCustomizations": { | |
"statusBar.background": "#005f87", | |
"statusBar.noFolderBackground": "#005f87", | |
"statusBar.debuggingBackground": "#005f87" | |
}, | |
"window.zoomLevel": 0, | |
"editor.fontSize": 14, | |
"editor.tabSize": 2, | |
"editor.lineNumbers": "relative", |
Wordpress handles media in a very simple way. Users can upload media, and then the media can be inserted into posts. This doesn't allow for many tasks and capabilities:
- lack of metadata management
- choosing appropriate images when sharing associated post to social media
- pulling featured images from CDN
- CDN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ro.secure=0 | |
ro.allow.mock.location=1 | |
ro.debuggable=1 | |
persist.usb.serialno=full_inari | |
persist.sys.usb.config=adb |
NewerOlder