blog

The official Definity blog.

https://github.com/definityteam/blog

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary

Keywords

definity
Last synced: 10 months ago · JSON representation ·

Repository

The official Definity blog.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Topics
definity
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation Codeowners

README.md

Definity Blog

Introduction

This repository hosts the Definity blog. It's made in TypeScript/JavaScript using Express and EJS, to make hosting it yourself easier. (You will still have to deal with SQL, though. Sorry.)

By default, it runs on port 8080, but you can modify it on the first line of index.ts / index.js. However, if you use production, then please make sure ports 80 and 443 are available, as the specified port is ignored in production.

Running

No guarantees any of this will work yet. Apologies.

Open a terminal, and setup if you haven't done git clone yet: $ > git clone https://github.com/DefinityTeam/blog $ > cd website $ > npm ci --only=production Starting in development: npm run start
Starting in production: npm run start -- --prod

Building

$ > npm ci $ > npm run build (Yes, it's that easy.)

Contributing

When contributing to the main/parent repository, it is recommended to use npm run watch. When you make changes to the directory, or any .ts/.json file, nodemon will automatically restart the server.

Once you've finished your changes, ^C and npm run build. After that, you're good to go.

License

Copyright (C) 2021 Definity

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Owner

  • Name: Definity
  • Login: DefinityTeam
  • Kind: organization
  • Email: support@definityteam.com
  • Location: United States of America

Citation (CITATION.cff)

cff-version: 1.2.0
title: Definity blog
message: >-
  If you use this code, please cite it using the
  metadata from this file.
type: software
authors:
  - name: Definity
repository-code: 'https://github.com/DefinityTeam/blog'
url: 'https://definityteam.com'
repository: 'https://github.com/DefinityTeam/blog'
abstract: >-
  This is the code for the Definity blog.
license: AGPL-3.0-or-later

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 262 dependencies
package.json npm
  • @types/bcrypt ^5.0.0 development
  • @types/ejs ^3.1.0 development
  • @types/express ^4.17.13 development
  • @types/markdown-it ^12.2.3 development
  • @types/mysql ^2.15.19 development
  • @types/node ^16.11.7 development
  • nodemon ^2.0.15 development
  • typescript ^4.4.4 development
  • bcrypt ^5.0.1
  • body-parser ^1.19.0
  • dotenv ^10.0.0
  • ejs ^3.1.6
  • express ^4.17.1
  • highlight.js ^11.3.1
  • https ^1.0.0
  • i18n ^0.13.3
  • markdown-it ^12.3.2
  • mysql ^2.18.1
  • promise-mysql ^5.0.4
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/autobuild v1 composite
  • github/codeql-action/init v1 composite