1. Configure Custom Domain

    Published: Mon 01 March 2021
    By Alex

    In misc.

    Set a custom domain for my GitHub Pages site

    I have pelican powered static site and world can acces it at my github pages : thisAKcode.github.io.
    What if I want to be a fancy and get my own custom domain name and assign it to my GitHub Pages website …

    read more
  2. Change Pelican Theme

    Published: Fri 12 February 2021
    By Alex

    In misc.

    Choose theme

    html5-dopetrope is theme I like. To choose theme for your blog add cloned theme repo to your pelican installation... \venv\Lib\site-packages\pelican\themes

    bash
    cd \pelican themes
    cp html5-dopetrope C:\blog_depend\venv\Lib\site-packages\pelican\themes
    

    how to apply theme

    .... ...

    Plugins

    You have to check whether your …

    read more
  3. md converted thing.

    Published: Sat 19 December 2020
    By Alex

    In misc.

    import warnings
    warnings.filterwarnings('ignore')
    import pandas as pd
    from matplotlib import pyplot as plt
    from math import ceil
    
    VNR = 892
    
    def roundup(x):
        #  round up ticks to next hundred
        return int(ceil(x / 100.0)) * 100
    
    # inject input data as pd dataframes
    df = pd.read_csv(f"{VNR}_tsd_parameters.csv …
    read more
  4. Git

    Published: Fri 12 June 2020
    By Alex

    In misc.

    Intro

    To begin with you'll need to have a computer to store a folder with content (local repo). After you are happy with you content you can 'send' it to remote repo. Sometimes it is vice versa from remote you get some code into your computer. Anyway computer and github …

    read more
  5. FME & PythonCaller combo

    Published: Tue 07 April 2020
    By Alex

    In misc.

    FME & PythonCaller combo.

    The main goal with that article is to understand my use of FME and how Python can manipulate fmeobjects.

    Shortly about FME (Feature Manipulation Engine)

    The main desktop application of Safe Software is FME Workbench. The inteface consist of, among other, canvas. Here user graphically define a …

    read more
  6. How-to 1: Blogging using Pelican.

    Published: Sat 21 March 2020
    By Alex

    In misc.

    Create a blog on GitHub Pages with Pelican

    Steps to follow in order to publish the first page on my blog using static site generator - Pelican. This very first page took me many attempts and hours before I got this to work. The post you read is actually my second …

    read more
  7. Test.

    Published: Tue 02 February 1988
    By Alex

    In misc.

    Topic

    Here is an example of how you can write Pelican blog using Jupyter Notebooks.

    Well you use markdown (.md), everything you need for writing in md is documented here github.

    maths

    In a Jupyter notebook, you can directly use LaTeX within Markdown cells. Here's version for Jupyter (psst no need for backslashes): $$ P(A|B) = \frac{P(B|A) \, P(A)}{P(B)} $$

    read more

« Page 4 / 4

links

social