Source string (Built-in English)
taxonomy/term/6: Path to a taxonomy term page.
Translated string (German)
Source string (Built-in English)
user/3: Path to a user profile page.
Translated string (German)
Source string (Built-in English)
What is an alias?
Translated string (German)
Source string (Built-in English)
The core software allows you to provide more understandable URLs for pages on your site, which are called <em>aliases</em>. For example, if you have an "About Us" page with the path <em>node/7</em>, you can set up an alias of <em>about</em> so that your visitors will see it as <em>https://www.example.com/about</em>.
Translated string (German)
Source string (Built-in English)
Overview of configuring paths, aliases, and URLs
Translated string (German)
Source string (Built-in English)
The core Path module provides the URL aliasing functionality. The contributed <a href="https://www.drupal.org/project/pathauto">Pathauto</a> module allows you to configure automatically-generated URL aliases for content items and other pages. See the related topics listed below for specific tasks.
Translated string (German)
Source string (Built-in English)
Concept: Paths, Aliases, and URLs (Drupal User Guide)
Translated string (German)
Source string (Built-in English)
Creating a URL alias for a content item
Translated string (German)
Source string (Built-in English)
Editing a URL alias
Translated string (German)
Source string (Built-in English)
The Breakpoint module keeps track of the height, width, and resolution breakpoints where a responsive design needs to change in order to respond to different devices being used to view the site. This module does not have a user interface. For more information, see the <a href=":docs">online documentation for the Breakpoint module</a>.
Translated string (German)
Source string (Built-in English)
Breakpoint
Translated string (German)
Source string (Built-in English)
A breakpoint separates the height or width of viewports (screens, printers, and other media output types) into steps. For instance, a width breakpoint of 40em creates two steps: one for widths up to 40em and one for widths above 40em. Breakpoints can be used to define when layouts should shift from one form to another, when images should be resized, and other changes that need to respond to changes in viewport height or width.
Translated string (German)
Source string (Built-in English)
Media query
Translated string (German)
Source string (Built-in English)
<a href=":w3">Media queries</a> are a formal way to encode breakpoints. For instance, a width breakpoint at 40em would be written as the media query "(min-width: 40em)". Breakpoints are really just media queries with some additional meta-data, such as a name and multiplier information.
Translated string (German)
Source string (Built-in English)
Resolution multiplier
Translated string (German)
Source string (Built-in English)
Resolution multipliers are a measure of the viewport's device resolution, defined to be the ratio between the physical pixel size of the active device and the <a href="http://en.wikipedia.org/wiki/Device_independent_pixel">device-independent pixel</a> size. The Breakpoint module defines multipliers of 1, 1.5, and 2; when defining breakpoints, modules and themes can define which multipliers apply to each breakpoint.
Translated string (German)
Source string (Built-in English)
Breakpoint group
Translated string (German)
Source string (Built-in English)
Breakpoints can be organized into groups. Modules and themes should use groups to separate out breakpoints that are meant to be used for different purposes, such as breakpoints for layouts or breakpoints for image sizing.
Translated string (German)
Source string (Built-in English)
Defining breakpoints and breakpoint groups
Translated string (German)
Source string (Built-in English)
Modules and themes can use the API provided by the Breakpoint module to define breakpoints and breakpoint groups, and to assign resolution multipliers to breakpoints.
Translated string (German)
Source string (Built-in English)
Goal
Translated string (German)
Source string (Built-in English)
Configure the basic settings of your site, including the site name, slogan, main email address, default time zone, default country, and the date formats to use.
Translated string (German)
Source string (Built-in English)
Steps
Translated string (German)
Source string (Built-in English)
In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> > <em>System</em> > <em>@information_link</em>.
Translated string (German)
Source string (Built-in English)
Enter the site name, slogan, and main email address for your site.
Translated string (German)
Source string (Built-in English)
Click <em>Save configuration</em>. You should see a message indicating that the settings were saved.
Translated string (German)
Source string (Built-in English)
In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> > <em>Region and language</em> > <em>@regional_link</em>.
Translated string (German)
Source string (Built-in English)
Select the default country and default time zone for your site.
Translated string (German)
Source string (Built-in English)
In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> > <em>Region and language</em> > <em>@datetime_link</em>.
Translated string (German)
Source string (Built-in English)
Look at the <em>Patterns</em> for the Default long, medium, and short date formats. If any of them does not match the date format you want to use on your site, click <em>Edit</em> in that row to edit the format.
Translated string (German)