Giter VIP home page Giter VIP logo

techfusionfm / techfusionfm Goto Github PK

View Code? Open in Web Editor NEW
23.0 5.0 2.0 1.96 GB

TechFusionFM is an Apple-featured, chart-topping Chinese tech podcast. Active between 2017-2020. The repo here is a static site for it built using Hexo.io + deployment script, XML escaper and iTunes rank tracking Telegram bot.

Home Page: https://TechFusionFM.com

License: Apache License 2.0

HTML 22.44% CSS 66.88% JavaScript 6.84% Shell 0.44% Python 3.41%
cms hexo podcast techfusion jade telegram-bot theme static-site static-site-generator anatole

techfusionfm's Introduction

TechFusionFM

HitCount

Podcast hosting and feed generation website for TechFusionFM.com. Based on Hexo, and theme Anatole.

The website is the exact the same as deployed to https://TechFusionFM.com but static.

Deployment

  1. Make sure you have npm,
  2. Make sure you have apache2 in /var/www/html/
  3. Make sure apache2 is active, by typing these in the terminal: sudo service apache2 status. 3.1 If not active type these in the terminal: sudo service apache2 start. and check again 3.2 If active, proceed to the next step
  4. Make sure there's nothing you want to keep in /var/www/html/, since the next step will wipe the /var/www/html/ folder.
  5. Install dependencies
$ cd TechFusionFM/
$ npm install
  1. Deploy
$ sh autodep.sh

Author

CMS: Hexo

Theme Based on: Anatole

Telegram Bot, Custom Deployment Script, Show Notes, Custom XML Parser and Theme Customization: Jerry Fengwei Zhang - JerryFZhang

The content including but not limited to text displayed on the website, pictures and logos, audio files, TechFusionFM.com have exclusive right to them unless authorized.

License

Creative Commons 4.0 BY-NC-ND for all files under /source/, MIT for all other contents and code.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

techfusionfm's People

Contributors

dependabot[bot] avatar jerryfzhang avatar snyk-bot avatar zhang96 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

techfusionfm's Issues

Setup Airbrake for your JavaScript application

Install Airbrake in 2 easy steps:

Step 1: Add the library
Include via CDN:

<script src="https://cdnjs.cloudflare.com/ajax/libs/airbrake-js/1.1.1/client.min.js"></script>

We also support installation via npm and Bower.

Step 2: Copy this config snippet to your app.js file

(You can find your project ID and API KEY with your project's settings):

var airbrake = new airbrakeJs.Client({
  projectId: <Your project ID>,
  projectKey: '<Your project API Key>'
});
airbrake.addFilter(function (notice) {
  notice.context.environment = 'production';
  return notice;
});

To test that Airbrake has been installed correctly in your JavaScript project, just open up the JavaScript console in your internet browser and paste in:

airbrake.notify('hey there!')

Visit official GitHub repo for more info on alternative configurations and advanced options.

tag-based feed

To separate regular shows, Spotlight shows, and Gadgets shows.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.